This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to threads::shared 1.42
[perl5.git] / configpm
index 250f5ce..6ea7419 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -1135,10 +1135,7 @@ EOS
 unshift(@INC,'lib');
 unshift(@INC,'xlib/symbian') if $Opts{cross};
 require $Config_PM;
-    if (!eval {require $Config_heavy}) {
-       open my $fh, "<", $Config_heavy;
-        print STDERR while <$fh>;
-    }
+require $Config_heavy;
 import Config;
 
 die "$0: $Config_PM not valid"