summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-10-24 21:54:45 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-01-04 05:10:04 -0800
commitdf3ba8e758d3be6e6248b030e53226785bab62b9 (patch)
tree4e537061cb22f3d6eef72c2b4b59c683fe7f7cee /Porting
parent72f4d256a73da40849cc4951936e661ad796d472 (diff)
downloadperl-df3ba8e758d3be6e6248b030e53226785bab62b9.tar.gz
Update Maintainers.pl for version.pm changes
I *hope* I got it all correct. At least cmp_version.t now passes.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl12
1 files changed, 9 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 466d6a8772..bacb206d44 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1262,7 +1262,9 @@ use File::Glob qw(:case);
'DISTRIBUTION' => 'JPEACOCK/version-0.9904.tar.gz',
'FILES' => q[cpan/version],
'EXCLUDED' => [
- qr{^vutil/},
+ qr{^vutil/lib/},
+ 'vutil/ppport.h',
+ 'vutil/vxs.xs',
'lib/version/typemap',
't/survey_locales',
'vperl/vpp.pm',
@@ -1276,8 +1278,12 @@ use File::Glob qw(:case);
),
],
- # Remove this (so it reverts to 'cpan') when [cpan #88458] is resolved
- 'UPSTREAM' => 'blead',
+ 'MAP' => {
+ 'vutil.c' => 'vutil.c',
+ 'vutil.h' => 'vutil.h',
+ 'vxs.inc' => 'vxs.inc',
+ '' => 'cpan/version/',
+ },
},
'warnings' => {