diff options
Diffstat (limited to 'lib/URI/news.pm')
-rw-r--r-- | lib/URI/news.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/URI/news.pm b/lib/URI/news.pm index 77e2c18..c07f878 100644 --- a/lib/URI/news.pm +++ b/lib/URI/news.pm @@ -3,7 +3,8 @@ package URI::news; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = "1.69"; +our $VERSION = '1.70_001'; +$VERSION = eval $VERSION; use parent 'URI::_server'; |