From e1b61e884b40c89e535902062ae28417f9c66476 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Wed, 7 Aug 2013 23:34:14 +0100 Subject: [PATCH] Config has a VERSION, corelist.pl should set it --- Porting/corelist.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/corelist.pl b/Porting/corelist.pl index c60b5df..f10142f 100755 --- a/Porting/corelist.pl +++ b/Porting/corelist.pl @@ -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> ); -- 2.7.4