This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document upgrade of lib/charnames.
authorAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 09:15:36 +0000 (10:15 +0100)
committerAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 09:15:36 +0000 (10:15 +0100)
Changed Module::Corelist and perldelta.pod

dist/Module-CoreList/lib/Module/CoreList.pm
pod/perldelta.pod

index d2bbea8..daf3561 100644 (file)
@@ -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',
index fcfe8f2..1780d57 100644 (file)
@@ -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