From cc8432b2c2234e63e6e0a56afb004bdbc786967e Mon Sep 17 00:00:00 2001
From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Mon, 31 Mar 2008 15:21:42 +0000
Subject: Config.pm needs to be listed in Module::CoreList, too

p4raw-id: //depot/perl@33612
---
 Porting/corelist.pl | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Porting')

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'"}++;
-- 
cgit v1.2.1