From df3ba8e758d3be6e6248b030e53226785bab62b9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 24 Oct 2013 21:54:45 -0700 Subject: [PATCH] Update Maintainers.pl for version.pm changes I *hope* I got it all correct. At least cmp_version.t now passes. --- Porting/Maintainers.pl | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 466d6a8..bacb206 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' => { -- 2.7.4