In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c6b8d200a892fd82c4dcf22caa543879e763f5ed?hp=1810caf1a94f57761cb4154e035531d9727066c5>

- Log -----------------------------------------------------------------
commit c6b8d200a892fd82c4dcf22caa543879e763f5ed
Author: Chris 'BinGOs' Williams <ch...@bingosnet.co.uk>
Date:   Tue Jun 20 12:07:26 2017 +0100

    cmpVersion skip Module-CoreList modules
    
    Versioning in Module-CoreList should not be dictated
    by an automated script.
-----------------------------------------------------------------------

Summary of changes:
 Porting/cmpVERSION.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index dd21b655fe..e7ae68d6f8 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -96,6 +96,9 @@ my %skip;
     'cpan/version/t/coretests.pm', # just a test module
     'dist/Attribute-Handlers/demo/MyClass.pm', # it's just demonstration code
     'dist/Exporter/lib/Exporter/Heavy.pm',
+    'dist/Module-CoreList/lib/Module/CoreList.pm',
+    'dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm',
+    'dist/Module-CoreList/lib/Module/CoreList/Utils.pm',
     'lib/Carp/Heavy.pm',
     'lib/Config.pm',           # no version number but contents will vary
     'win32/FindExt.pm',

--
Perl5 Master Repository

Reply via email to