diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-03-31 15:21:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-03-31 15:21:42 +0000 |
commit | cc8432b2c2234e63e6e0a56afb004bdbc786967e (patch) | |
tree | bfa692fed5cf59373d1d72fca85a1c7b6c5989e5 /Porting | |
parent | a5e412a342925cb4d9028aada0b7854cfc49be48 (diff) | |
download | perl-cc8432b2c2234e63e6e0a56afb004bdbc786967e.tar.gz |
Config.pm needs to be listed in Module::CoreList, too
p4raw-id: //depot/perl@33612
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/corelist.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/corelist.pl b/Porting/corelist.pl index c32a1769b6..5c25d0a963 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'"}++; |