Skip to content

Commit 3a37ffd

Browse files
author
Salve J. Nilsen
committed
Remove unused SHEBANGs
1 parent cd3021a commit 3a37ffd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/ExtUtils/MM_Unix.pm

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ sub constants {
428428
PERLRUNINST FULLPERLRUNINST ABSPERLRUNINST
429429
PERL_CORE
430430
PERM_DIR PERM_RW PERM_RWX
431-
SHEBANG
432431
432+
SHEBANG
433433
) )
434434
{
435435
next unless defined $self->{$macro};
@@ -1887,8 +1887,6 @@ EOP
18871887

18881888
$self->{LIBPERL_A} ||= "libperl$self->{LIB_EXT}";
18891889

1890-
$self->{SHEBANG} ||= '';
1891-
18921890
# make a simple check if we find strict
18931891
warn "Warning: PERL_LIB ($self->{PERL_LIB}) seems not to be a perl library directory
18941892
(strict.pm not found)"

lib/ExtUtils/MakeMaker.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ my %Special_Sigs = (
113113
BUILD_REQUIRES => 'HASH',
114114
CONFIGURE_REQUIRES => 'HASH',
115115
TEST_REQUIRES => 'HASH',
116-
SHEBANG => '',
117116
SKIP => 'ARRAY',
118117
TYPEMAPS => 'ARRAY',
119118
XS => 'HASH',

0 commit comments

Comments
 (0)