diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm b/Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm index 23e756e75b2..144efd62b3b 100644 --- a/Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm +++ b/Master/tlpkg/tlperl/lib/CPAN/CacheMgr.pm @@ -10,7 +10,7 @@ use File::Find; use vars qw( $VERSION ); -$VERSION = "5.5001"; +$VERSION = "5.5002"; package CPAN::CacheMgr; use strict; @@ -172,7 +172,7 @@ sub _clean_cache { } elsif (my $id = $peek_yaml->[0]{distribution}{ID}) { $CPAN::META->delete("CPAN::Distribution", $id); - # XXX we should restore the state NOW, otherise this + # XXX we should restore the state NOW, otherwise this # distro does not exist until we read an index. BUG ALERT(?) # $CPAN::Frontend->mywarn (" +++\n"); |