summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-06-20 12:07:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-11-29 20:42:04 +0000
commit2e2bd04ce45c0f5c8bcb23088077ce4d287df7b7 (patch)
treecc1c5402178e21e1ff1ffdcaa864f3702ca25a54
parentb40abca4493c832d67e45a793bf0b6560b45bfec (diff)
downloadperl-2e2bd04ce45c0f5c8bcb23088077ce4d287df7b7.tar.gz
cmpVersion skip Module-CoreList modules
Versioning in Module-CoreList should not be dictated by an automated script. (cherry picked from commit c6b8d200a892fd82c4dcf22caa543879e763f5ed)
-rwxr-xr-xPorting/cmpVERSION.pl3
1 files changed, 3 insertions, 0 deletions
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',