summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2009-01-04 23:55:58 +0100
committerYves Orton <demerphq@gmail.com>2009-01-04 23:55:58 +0100
commit505afc734ed453559bc43362154a2694b59ece9e (patch)
tree96e4893486f45054f564f92f10e64c9dbb726d1b /configpm
parenteb5c076f82ef750418ce94e05feaaccc9df9696e (diff)
downloadperl-505afc734ed453559bc43362154a2694b59ece9e.tar.gz
add better pod and headers, and clean up some whitespace issues in the previous patches
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm5
1 files changed, 3 insertions, 2 deletions
diff --git a/configpm b/configpm
index 17f02c575c..1825b0df9c 100755
--- a/configpm
+++ b/configpm
@@ -548,11 +548,12 @@ foreach my $prefix (qw(libs libswanted)) {
$heavy_txt .= "EOVIRTUAL\n";
$heavy_txt .= <<'ENDOFGIT';
-eval {
+eval {
# do not have hairy conniptions if this isnt available
require 'Config_git.pl';
$Config_SH_expanded .= $Config::Git_Data;
-};
+ 1;
+} or warn "Warning: failed to load Config_git.pl, something strange about this perl...\n";
ENDOFGIT
$heavy_txt .= $fetch_string;