From c872d591548a07349d13a7e99560c5f7fb0a6fbb Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 6 Jan 2014 09:31:10 +0000 Subject: [PATCH] version has been upgraded from version 0.9904 to 0.9906 The customizations to two tests in CPAN RT#87513 are no longer required, and lib/version/typemap no longer exists. --- Porting/Maintainers.pl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 81d5fb3..417bdcc 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1259,22 +1259,21 @@ use File::Glob qw(:case); }, 'version' => { - 'DISTRIBUTION' => 'JPEACOCK/version-0.9904.tar.gz', + 'DISTRIBUTION' => 'JPEACOCK/version-0.9906.tar.gz', 'FILES' => q[cpan/version], 'EXCLUDED' => [ qr{^vutil/lib/}, 'vutil/ppport.h', 'vutil/vxs.xs', - 'lib/version/typemap', 't/survey_locales', 'vperl/vpp.pm', ], - # Waiting to be merged upstream: see CPAN RT#87513 + # When adding the CPAN-distributed files for version.pm, it is necessary + # to delete an entire block out of lib/version.pm, since that code is + # only necessary with the CPAN release. 'CUSTOMIZED' => [ qw( lib/version.pm - t/07locale.t - t/08_corelist.t ), ], -- 2.7.4