diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-05-12 21:19:32 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-05-12 21:19:32 -0400 |
commit | 1b6c17c20260c9891212c2302da31e00695d59b8 (patch) | |
tree | 2354e2eb1114b1fe496e038d5df3883ce2b1f53b /dist | |
parent | 641cd8f394c26dc97106209cb6c1185eaa184288 (diff) | |
download | perl-1b6c17c20260c9891212c2302da31e00695d59b8.tar.gz |
replace 5.19.12 (never happening) with 5.20.0 in corelist
Diffstat (limited to 'dist')
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList.pm | 8 | ||||
-rw-r--r-- | dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 446e08c870..574fbbffc9 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -248,7 +248,7 @@ sub changes_between { 5.019009 => '2014-02-20', 5.01901 => '2014-03-20', 5.019011 => '2014-04-20', - 5.019012 => '????-??-??', + 5.020000 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -9766,10 +9766,10 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { - 'Config' => '5.019012', + 'Config' => '5.020000', 'Module::CoreList' => '3.11', 'Module::CoreList::TieHashDelta'=> '3.11', 'Module::CoreList::Utils'=> '3.11', @@ -10171,7 +10171,7 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { }, diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index de7d6ee3b7..4010e3287a 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -910,7 +910,7 @@ my %delta = ( removed => { } }, - 5.019012 => { + 5.020000 => { delta_from => 5.019011, changed => { }, |