File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Revision history for Perl extension Module::Build.
77
88 - Allow Devel::Cover usage with TAP::Harness [Philipp Gortan]
99
10+ - Remove "running under some shell" [Shoichi Kaji]
11+
10120.4214 - Fri Jun 12 00:25:00 CEST 2015
1113
1214 - Released 0.42_13 as 0.4214
Original file line number Diff line number Diff line change @@ -3079,13 +3079,6 @@ sub fix_shebang_line { # Adapted from fixin() in ExtUtils::MM_Unix 1.35
30793079 my $shb = ' ' ;
30803080 $shb .= $c -> get(' sharpbang' )." $interpreter $arg \n " if $does_shbang ;
30813081
3082- # I'm not smart enough to know the ramifications of changing the
3083- # embedded newlines here to \n, so I leave 'em in.
3084- $shb .= qq{
3085- eval 'exec $interpreter $arg -S \$ 0 \$ {1+"\$\@ "}'
3086- if 0; # not running under some shell
3087- } unless $self -> is_windowsish; # this won't work on win32, so don't
3088-
30893082 open (my $FIXOUT , ' >' , " $file .new" )
30903083 or die " Can't create new $file : $! \n " ;
30913084
You can’t perform that action at this time.
0 commit comments