In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7ac0c33863364a2c29767a548fa0fc588e55d7cb?hp=51c78f1b91bbcd7a261c4a5d75b0d6f66140edca>

- Log -----------------------------------------------------------------
commit 7ac0c33863364a2c29767a548fa0fc588e55d7cb
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Tue Jun 18 13:44:59 2013 +0100

    Update release managers guide to note to bump Module::CoreList::Utils 
version too

M       Porting/release_managers_guide.pod

commit 8c94cb790822c076f8fb0e4ca9121457806548d0
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Tue Jun 18 13:40:52 2013 +0100

    Manually add Utils delta for v5.19.1
    
    I haven't fixed the adjustments to Porting/corelist.pl yet
    for generating a utils delta.

M       dist/Module-CoreList/lib/Module/CoreList/Utils.pm
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod                | 10 ++++++++++
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm |  7 +++++++
 2 files changed, 17 insertions(+)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index e640870..e684860 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -659,6 +659,16 @@ Edit the version number in the new
 C<< 'Module::CoreList::TieHashDelta' => 'X.YZ' >> entry, as that is likely to
 reflect the previous version number.
 
+=head4 Bump C<$Module::CoreList::Utils::VERSION>
+
+C<$Module::CoreList::Utils::VERSION> should always be equal to
+C<$Module::CoreList::VERSION>. Make sure the two versions match before
+proceeding.
+
+Edit the version number in the new
+C<< 'Module::CoreList::Utils' => 'X.YZ' >> entry, as that is likely to
+reflect the previous version number.
+
 =head4 Bump version in Module::CoreList F<Changes>
 
 Also edit Module::CoreList's new version number in its F<Changes>
diff --git a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm 
b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
index 25aec5c..56c22e6 100644
--- a/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
+++ b/dist/Module-CoreList/lib/Module/CoreList/Utils.pm
@@ -819,6 +819,13 @@ my %delta = (
             'pod2latex'             => '1',
         }
     },
+    5.019001 => {
+        delta_from => 5.019000,
+        changed => {
+        },
+        removed => {
+        }
+    },
 );
 
 for my $version (sort { $a <=> $b } keys %delta) {

--
Perl5 Master Repository

Reply via email to