In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/95ce428c5b461c33b6d6d17c5129605120b87fb6?hp=f6067adc61108c3398de698bb0294d95f09b55ef>

- Log -----------------------------------------------------------------
commit 95ce428c5b461c33b6d6d17c5129605120b87fb6
Author: Abigail <[email protected]>
Date:   Tue Mar 20 10:15:36 2012 +0100

    Document upgrade of lib/charnames.
    
    Changed Module::Corelist and perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 dist/Module-CoreList/lib/Module/CoreList.pm |    6 +++---
 pod/perldelta.pod                           |    4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dist/Module-CoreList/lib/Module/CoreList.pm 
b/dist/Module-CoreList/lib/Module/CoreList.pm
index d2bbea8..daf3561 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.64';
+$VERSION = '2.65';
 
 my $dumpinc = 0;
 sub import {
@@ -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.64',
+       'Module::CoreList'      => '2.65',
        'Module::Load'          => '0.22',
        'Module::Load::Conditional'=> '0.46',
        'Module::Loaded'        => '0.08',
@@ -32693,7 +32693,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
        'bigrat'                => '0.29',
        'blib'                  => '1.06',
        'bytes'                 => '1.04',
-       'charnames'             => '1.29',
+       'charnames'             => '1.30',
        'constant'              => '1.23',
        'deprecate'             => '0.02',
        'diagnostics'           => '1.28',
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index fcfe8f2..1780d57 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -77,6 +77,10 @@ C<attributes> has been upgraded from version 0.17 to 0.18.
 
 =item *
 
+C<charnames> has been upgraded from version 1.29 to 1.30.
+
+=item *
+
 C<feature> has been upgraded from version 1.26 to 1.27.
 
 C<no feature;> now means reset to default. The code has been refactored

--
Perl5 Master Repository

Reply via email to