From 2e2bd04ce45c0f5c8bcb23088077ce4d287df7b7 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 20 Jun 2017 12:07:26 +0100 Subject: cmpVersion skip Module-CoreList modules Versioning in Module-CoreList should not be dictated by an automated script. (cherry picked from commit c6b8d200a892fd82c4dcf22caa543879e763f5ed) --- Porting/cmpVERSION.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl index ea95de8988..f79e9f4b20 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', -- cgit v1.2.1