In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4f8325bacaec9fddb2bc901248c77835e53720ed?hp=9e10bfd47e9af3cbd693566306df4483a6560f2a>
- Log ----------------------------------------------------------------- commit 4f8325bacaec9fddb2bc901248c77835e53720ed Author: Ricardo Signes <[email protected]> Date: Thu May 5 12:10:32 2016 -0400 CoreList: fix release date on v5.24.0 ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index e5068f1..1fcae7b 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -292,7 +292,7 @@ sub changes_between { 5.023008 => '2016-02-20', 5.023009 => '2016-03-20', 5.022002 => '2016-04-29', - 5.024000 => '2016-06-09', + 5.024000 => '2016-05-09', ); for my $version ( sort { $a <=> $b } keys %released ) { -- Perl5 Master Repository
