diff options
author | Sam Vilain <sam@vilain.net> | 2007-12-28 12:27:32 +1300 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-04 15:56:16 +0000 |
commit | 553688848e7546a541b923ffc9973e898bf5d8aa (patch) | |
tree | 94924159d0bcae14b3281f976e1b5037d6b16c1b /lib | |
parent | 70b32c0be2efeabdb9ea046737fb2575c5fef6a2 (diff) | |
download | perl-553688848e7546a541b923ffc9973e898bf5d8aa.tar.gz |
Notice of git tag retraction; also, [PATCH] correct Module::CoreList
Message-ID: <47737E14.9040908@vilain.net>
p4raw-id: //depot/perl@32832
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Module/CoreList.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index c0c162e061..26bf381b3b 100644 --- a/lib/Module/CoreList.pm +++ b/lib/Module/CoreList.pm @@ -176,7 +176,7 @@ sub find_modules { %patchlevel = ( 5.005 => [perl => 1647], 5.00503 => ['maint-5.005' => 3198], - 5.00405 => ['maint-5.004' => 999], + 5.00405 => ['maint-5.004' => 3296], 5.006 => [perl => 5899], 5.006001 => ['maint-5.6' => 9654], 5.006002 => ['maint-5.6' => 21727], |