Skip to content

Commit

Permalink
Get rid of crusty old deprecated PERL_USE_UNSAFE_INC setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook Bot committed Nov 1, 2018
1 parent f9bb80d commit 9b539ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ sub processPL {
# "Version:" in spec needs to match
# "$VERSION" from VERSION_FROM
$block =~ s%(spec.PL\s*)$%$1 \$\(VERSION_FROM\)%m;
#$block =~ s[(\$\(PERLRUNINST\)\s+)][PERL_USE_UNSAFE_INC=1 $1]gm;
$block;
}

Expand Down

0 comments on commit 9b539ec

Please sign in to comment.