File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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)"
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments