summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-27 18:19:24 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-27 23:24:02 -0700
commit13bce0557a3f74602632c67e3449120fa3db459a (patch)
treec40f5cda64a0cf6bd2954fb4cf3cf5742c16f3fa /configpm
parent1f68b13b1aed0e70981ce2117cfd2a05b3d0baa0 (diff)
downloadperl-13bce0557a3f74602632c67e3449120fa3db459a.tar.gz
Revert "smoke-me diag"
This reverts commit 372a31d8f53707bcfa9c233ce02a93f778b7bb4b. I missed this when I was merging that branch. It should never have made its way into blead. It was to find out why the Windows smokes were temporarily failing, by dumping Config_heavy.pl in the logs. This was what led to 0ee364945bd.
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm5
1 files changed, 1 insertions, 4 deletions
diff --git a/configpm b/configpm
index 250f5ced36..6ea7419852 100755
--- 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"