diff options
author | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:55:58 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2009-01-04 23:55:58 +0100 |
commit | 505afc734ed453559bc43362154a2694b59ece9e (patch) | |
tree | 96e4893486f45054f564f92f10e64c9dbb726d1b /configpm | |
parent | eb5c076f82ef750418ce94e05feaaccc9df9696e (diff) | |
download | perl-505afc734ed453559bc43362154a2694b59ece9e.tar.gz |
add better pod and headers, and clean up some whitespace issues in the previous patches
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |