summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorkevin dawson <bowtie@cpan.org>2013-08-19 16:57:41 +0100
committerJames E Keenan <jkeenan@cpan.org>2013-08-22 03:50:29 +0200
commit26ade5d11086044147a369c8dae69b7972dafd89 (patch)
tree95036e95207a13b0493c9853b05ae24075b47ee8 /Porting
parent05e287df428d5d1bbb387191c2a3072fb9b965fd (diff)
downloadperl-26ade5d11086044147a369c8dae69b7972dafd89.tar.gz
Attribute-Handlers: Swap out base for parent in test files.
Committer's note: Add dist/Attribute-Handlers/demo/MyClass.pm to list of files whose $VERSION numbers do not have to be incremented when modified. Since this file is found in a 'demo/' directory, it does not have to be treated as if it were a real Perl library which happens to be shipping with core. For: RT #119365
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/cmpVERSION.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index f8fee1475c..46f1fef92d 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -79,6 +79,7 @@ my %skip;
'lib/Config.pm', # no version number but contents will vary
'dist/Exporter/lib/Exporter/Heavy.pm',
'win32/FindExt.pm',
+ 'dist/Attribute-Handlers/demo/MyClass.pm', # it's just demonstration code
} = ();
# Files to skip just for particular version(s),