diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-20 08:25:35 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-20 08:25:35 +0100 |
commit | 9da8aacffcc174398ba4d36795b1e54c6d33242d (patch) | |
tree | e0e19016b65e82d8aa32d6785e21745c8ff5ad8c | |
parent | ffd1c6882ddfc8759b486827fcd83d8359535393 (diff) | |
download | perl-9da8aacffcc174398ba4d36795b1e54c6d33242d.tar.gz |
Porting/Maintainers.pl - version's vxs.inc is now CUSTOMIZED as well
-rwxr-xr-x | Porting/Maintainers.pl | 1 | ||||
-rw-r--r-- | t/porting/customized.dat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2b216f7420..223f1d9340 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1256,6 +1256,7 @@ use File::Glob qw(:case); 'CUSTOMIZED' => [ qw( lib/version.pm vutil.c + vxs.inc ), ], diff --git a/t/porting/customized.dat b/t/porting/customized.dat index d394a06d3f..f7e0bd7766 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -25,3 +25,4 @@ perlfaq cpan/perlfaq/lib/perlfaq8.pod bffbc0c8fa828aead24e0891a5e789369a8e0743 podlators pod/perlpodstyle.pod c6500c9950b46e8228d4adbc09a3ee2ef23de2d0 version cpan/version/lib/version.pm bee369df1bd84e09107a90d72ec12c38bcb97cce version vutil.c 7aaa76516123ced7445abe3a015c58007854be85 +version vxs.inc 8498104713e5ce189602dda55dca38bee780c297 |