diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/Author.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPAN/Author.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/Author.pm b/Master/tlpkg/tlperl/lib/CPAN/Author.pm index 64fe57f61bd..572f3ab31d5 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.5001"; +$VERSION = "5.5002"; package CPAN::Author; use strict; @@ -178,7 +178,7 @@ sub dir_listing { $lc_file = $lc_want; # we *could* second-guess and if the user has a file: URL, # then we could look there. But on the other hand, if they do - # have a file: URL, wy did they choose to set + # have a file: URL, why did they choose to set # $CPAN::Config->{show_upload_date} to false? } |