In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d?hp=a50cb9d2d06ab72d549eaebb8b648f4dbe054a3d>
- Log ----------------------------------------------------------------- commit a55ca2cb1c0fdf584fada8400e3f4ebe160cfe0d Author: Father Chrysostomos <[email protected]> Date: Fri May 20 18:04:52 2016 -0700 corelist: update for v5.25.2 I really have no idea what Iâm doing. I just copied 4170737e2, sort of, and the tests started passing. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 15 +++++++++++++++ dist/Module-CoreList/lib/Module/CoreList/Utils.pm | 7 +++++++ 2 files changed, 22 insertions(+) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 10d3b2d..07c3904 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -295,6 +295,7 @@ sub changes_between { 5.024000 => '2016-05-09', 5.025000 => '2016-05-09', 5.025001 => '2016-05-20', + 5.025002 => '????-??-??', ); for my $version ( sort { $a <=> $b } keys %released ) { @@ -12535,6 +12536,13 @@ for my $version ( sort { $a <=> $b } keys %released ) { removed => { } }, + 5.025002 => { + delta_from => 5.025001, + changed => { + }, + removed => { + } + }, ); sub is_core @@ -13202,6 +13210,13 @@ for my $version (sort { $a <=> $b } keys %delta) { removed => { } }, + 5.025002 => { + delta_from => 5.025001, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %deprecated) { diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm index 24a11a9..6345f37 100644 --- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm +++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm @@ -1164,6 +1164,13 @@ my %delta = ( removed => { } }, + 5.025002 => { + delta_from => 5.025001, + changed => { + }, + removed => { + } + }, ); for my $version (sort { $a <=> $b } keys %delta) { -- Perl5 Master Repository
