In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fae9e8f42caa843805a479b6d6bf28a777f61037?hp=16737d47697ef8f812d9cea1abfcb616af5887f1>
- Log ----------------------------------------------------------------- commit fae9e8f42caa843805a479b6d6bf28a777f61037 Author: Abigail <[email protected]> Date: Tue Mar 20 02:48:29 2012 +0100 Document new versions of Data::Dumper and XS::APItest. Updated Module::CoreList and perldelta to reflect the changes. ----------------------------------------------------------------------- Summary of changes: dist/Module-CoreList/lib/Module/CoreList.pm | 8 ++++---- pod/perldelta.pod | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm b/dist/Module-CoreList/lib/Module/CoreList.pm index cd7eea4..d2bbea8 100644 --- a/dist/Module-CoreList/lib/Module/CoreList.pm +++ b/dist/Module-CoreList/lib/Module/CoreList.pm @@ -2,7 +2,7 @@ package Module::CoreList; use strict; use vars qw/$VERSION %released %version %families %upstream %bug_tracker %deprecated/; -$VERSION = '2.63'; +$VERSION = '2.64'; my $dumpinc = 0; sub import { @@ -32180,7 +32180,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'DBM_Filter::null' => '0.02', 'DBM_Filter::utf8' => '0.02', 'DB_File' => '1.826', - 'Data::Dumper' => '2.135_05', + 'Data::Dumper' => '2.135_06', 'Devel::InnerPackage' => '0.4', 'Devel::PPPort' => '3.20', 'Devel::Peek' => '1.08', @@ -32454,7 +32454,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Module::Build::PodParser'=> '0.39_01', 'Module::Build::Version'=> '0.87', 'Module::Build::YAML' => '1.41', - 'Module::CoreList' => '2.63', + 'Module::CoreList' => '2.64', 'Module::Load' => '0.22', 'Module::Load::Conditional'=> '0.46', 'Module::Loaded' => '0.08', @@ -32676,7 +32676,7 @@ for my $version ( sort { $a <=> $b } keys %released ) { 'Win32API::File' => '0.1200', 'Win32API::File::ExtUtils::Myconst2perl'=> '1', 'Win32CORE' => '0.02', - 'XS::APItest' => '0.36', + 'XS::APItest' => '0.37', 'XS::Typemap' => '0.08', 'XSLoader' => '0.16', '_charnames' => '1.29', diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 4617903..9bd6d5d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -100,6 +100,10 @@ C<CPANPLUS> has been upgraded from version 0.9118 to 0.9121. =item * +C<Data::Dumper> has been upgraded from version 2.135_05 to 2.135_06. + +=item * + C<Digest::SHA> has been upgraded from version 5.70 to 5.71. =item * @@ -146,6 +150,10 @@ C<Unicode::Normalize> has been upgraded from version 1.13 to 1.14. C<Unicode::UCD> has been upgraded from version 0.41 to 0.42. +=item * + +C<XS::APItest> has been upgraded from version 0.36 to 0.37. + =back -- Perl5 Master Repository
