diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/Module.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPAN/Module.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/Module.pm b/Master/tlpkg/tlperl/lib/CPAN/Module.pm index 43c42bf1049..2c0c71ae7d1 100644 --- a/Master/tlpkg/tlperl/lib/CPAN/Module.pm +++ b/Master/tlpkg/tlperl/lib/CPAN/Module.pm @@ -7,7 +7,7 @@ use strict; use vars qw( $VERSION ); -$VERSION = "5.5"; +$VERSION = "5.5001"; BEGIN { # alarm() is not implemented in perl 5.6.x and earlier under Windows |