Subject: | Keep the old shebang |
The last release had this change in map-tube:
-#!/usr/bin/perl
+#!/usr/bin/env perl
Using /usr/bin/env means that ExtUtils::MakeMaker cannot anymore replace the shebang with the "correct" perl (the one used when running Makefile.PL).
BTW, there's a lengthy discussion about the topic in https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/58