From: Rafael Garcia-Suarez Date: Mon, 31 Mar 2008 15:21:42 +0000 (+0000) Subject: Config.pm needs to be listed in Module::CoreList, too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc8432b2c2234e63e6e0a56afb004bdbc786967e;p=p5sagit%2Fp5-mst-13.2.git Config.pm needs to be listed in Module::CoreList, too p4raw-id: //depot/perl@33612 --- diff --git a/Porting/corelist.pl b/Porting/corelist.pl index c32a176..5c25d0a 100644 --- a/Porting/corelist.pl +++ b/Porting/corelist.pl @@ -36,6 +36,8 @@ find(sub { $lines{sprintf "\t%-24s=> $version,\n", "'$module'"}++; }, 'lib', 'ext', 'vms/ext', 'symbian/ext'); +-e 'configpm' and $lines{sprintf "\t%-24s=> undef,\n", "'Config'"}++; + if (open my $ucdv, "<", "lib/unicore/version") { chomp (my $ucd = <$ucdv>); $lines{sprintf "\t%-24s=> '$ucd',\n", "'Unicode'"}++;