diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/Author.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPAN/Author.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/Author.pm b/Master/tlpkg/tlperl/lib/CPAN/Author.pm index e9e9226be5d..64fe57f61bd 100644 --- a/Master/tlpkg/tlperl/lib/CPAN/Author.pm +++ b/Master/tlpkg/tlperl/lib/CPAN/Author.pm @@ -8,7 +8,7 @@ use CPAN::InfoObj; use vars qw( $VERSION ); -$VERSION = "5.5"; +$VERSION = "5.5001"; package CPAN::Author; use strict; |