Skip to content

Commit 87238e6

Browse files
skajiLeont
authored andcommitted
Remove "running under some shell"
follow Perl-Toolchain-Gang/ExtUtils-MakeMaker#114
1 parent fbe955b commit 87238e6

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1012
0.4214 - Fri Jun 12 00:25:00 CEST 2015
1113

1214
- Released 0.42_13 as 0.4214

lib/Module/Build/Base.pm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)