diff options
Diffstat (limited to 'lib/URI/http.pm')
-rw-r--r-- | lib/URI/http.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/URI/http.pm b/lib/URI/http.pm index a7e921a..24ca44f 100644 --- a/lib/URI/http.pm +++ b/lib/URI/http.pm @@ -3,7 +3,8 @@ package URI::http; use strict; use warnings; -our $VERSION = "1.69"; +our $VERSION = '1.70_001'; +$VERSION = eval $VERSION; use parent 'URI::_server'; |