This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Config has a VERSION, corelist.pl should set it
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 7 Aug 2013 22:34:14 +0000 (23:34 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 7 Aug 2013 22:34:14 +0000 (23:34 +0100)
Porting/corelist.pl

index c60b5df..f10142f 100755 (executable)
@@ -121,7 +121,7 @@ find(
        'dist'
 );
 
--e 'configpm' and $lines{Config} = 'undef';
+-e 'configpm' and $lines{Config} = "$]";
 
 if ( open my $ucdv, "<", "lib/unicore/version" ) {
     chomp( my $ucd = <$ucdv> );