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