In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6ee607ebf9a7a5c363e7d259dffa092847051ea0?hp=773fc85bf4cece5b93289c70be53b8eec02dda2a>
- Log ----------------------------------------------------------------- commit 6ee607ebf9a7a5c363e7d259dffa092847051ea0 Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk> Date: Mon Mar 11 00:18:55 2013 +0000 Update Module-CoreList with v5.14.4 data ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/Changes | 2 ++ dist/Module-CoreList/lib/Module/CoreList.pm | 13 +++++++++++++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/dist/Module-CoreList/Changes b/dist/Module-CoreList/Changes index c1474c3..3c40ca6 100644 --- a/dist/Module-CoreList/Changes +++ b/dist/Module-CoreList/Changes @@ -1,3 +1,5 @@ + - Updated for v5.14.4 + 2.82 Wed Feb 20 2013 - --feature switch added - --upstream switch added diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index 2a17615..47ddf00 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -5607,6 +5607,16 @@ my %delta = ( removed => { } }, + 5.014004 => { + delta_from => 5.014003, + changed => { + 'Encode' => '2.42_02', + 'IPC::Open3' => '1.0901', + 'Module::CoreList' => '2.49_06', + }, + removed => { + } + }, 5.015 => { delta_from => 5.014001, changed => { @@ -8023,6 +8033,9 @@ for my $version (sort { $a <=> $b } keys %delta) { 'Term::UI' => '1', 'Term::UI::History' => '1', }, + 5.014003 => { + 'Shell' => '1', + }, ); %upstream = ( -- Perl5 Master Repository