This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Maintainers.pl: update ExtUtils::Constant status
authorDavid Mitchell <davem@iabyn.com>
Mon, 23 Nov 2015 16:38:55 +0000 (16:38 +0000)
committerDavid Mitchell <davem@iabyn.com>
Mon, 23 Nov 2015 16:42:28 +0000 (16:42 +0000)
It used to indicate that the blead version had diverged dramatically from
the 0.16 CPAN version. Since then a 0.23 has been released on CPAN which
mostly matches blead - blead has one test file locally modified.

NB: I ran "t/porting/customized.t --regen" and for some reason it
didn't think that customized.dat needed updating.

Porting/Maintainers.pl

index 3158ef3..4f45a90 100755 (executable)
@@ -438,16 +438,16 @@ use File::Glob qw(:case);
 
     'ExtUtils::Constant' => {
 
-        # Nick has confirmed that while we have diverged from CPAN,
-        # this package isn't primarily maintained in core
-        # Another release will happen "Sometime"
-        'DISTRIBUTION' => '',    #'NWCLARK/ExtUtils-Constant-0.16.tar.gz',
+        'DISTRIBUTION' => 'NWCLARK/ExtUtils-Constant-0.23.tar.gz',
         'FILES'    => q[cpan/ExtUtils-Constant],
         'EXCLUDED' => [
             qw( lib/ExtUtils/Constant/Aaargh56Hash.pm
                 examples/perl_keyword.pl
                 examples/perl_regcomp_posix_keyword.pl
                 ),
+        # cc37ebcee3 to fix VMS failure
+        'CUSTOMIZED'   => [ qw(t/Constant.t) ],
+
         ],
     },