diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/URI/nntp.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/URI/nntp.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/URI/nntp.pm b/Master/tlpkg/tlperl/site/lib/URI/nntp.pm index e1a55b6e632..80bd9429f98 100644 --- a/Master/tlpkg/tlperl/site/lib/URI/nntp.pm +++ b/Master/tlpkg/tlperl/site/lib/URI/nntp.pm @@ -3,8 +3,7 @@ package URI::nntp; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = '1.73'; -$VERSION = eval $VERSION; +our $VERSION = '1.76'; use parent 'URI::news'; |