In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/990b874154f30628d631765689b244d540e77075?hp=ad44ddb6af7d984d898d83c7ae67334b9ee365dc>
- Log ----------------------------------------------------------------- commit 990b874154f30628d631765689b244d540e77075 Author: Ricardo Signes <[email protected]> Date: Thu Aug 9 09:36:04 2012 -0400 add Module::CoreList data for 5.16.1 This does not include a version bump, since one will be made for the 5.17.3 release anyway, and for being a big rewrite of the data backend, and probably for other reasons. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 5067885..a1ab567 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -201,6 +201,7 @@ sub changes_between { 5.015008 => '2012-02-20', 5.015009 => '2012-03-20', 5.016000 => '2012-05-20', + 5.016001 => '2012-08-08', 5.017000 => '2012-05-26', 5.017001 => '2012-06-20', 5.017002 => '2012-07-20', @@ -6699,6 +6700,23 @@ my %delta = ( removed => { } }, + 5.016001 => { + delta_from => 5.016, + changed => { + 'B' => '1.35', + 'B::Deparse' => '1.14_01', + 'List::Util' => '1.25', + 'List::Util::PP' => '1.25', + 'List::Util::XS' => '1.25', + 'Module::CoreList' => '2.70', + 'PerlIO::scalar' => '0.14_01', + 'Scalar::Util' => '1.25', + 'Scalar::Util::PP' => '1.25', + 're' => '0.19_01', + }, + removed => { + } + }, 5.017 => { delta_from => 5.016, changed => { @@ -7174,6 +7192,8 @@ for my $version (sort { $a <=> $b } keys %delta) { }, 5.016000 => { }, + 5.016001 => { + }, 5.017000 => { }, 5.017001 => { -- Perl5 Master Repository
