Change 33612 by [EMAIL PROTECTED] on 2008/03/31 15:21:42
Config.pm needs to be listed in Module::CoreList, too
Affected files ...
... //depot/perl/Porting/corelist.pl#8 edit
Differences ...
==== //depot/perl/Porting/corelist.pl#8 (text) ====
Index: perl/Porting/corelist.pl
--- perl/Porting/corelist.pl#7~31562~ 2007-07-07 03:59:10.000000000 -0700
+++ perl/Porting/corelist.pl 2008-03-31 08:21:42.000000000 -0700
@@ -36,6 +36,8 @@
$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'"}++;
End of Patch.