beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

More flexible shebangs and chmod +x for Makefile.PL's #477

Closed mcandre closed 10 years ago

mcandre commented 10 years ago

Makefile.PL files are Perl scripts, so why not make them dot-slashable?

petdance commented 10 years ago

Thanks for the pull request

I'm not going to merge it because the changes are ones that I've long decided not to make.

We don't use the /usr/bin/env perl bit because the CPAN installer takes care of that for the user.

I don't have Makefile.PL have shebangs or +x because the CPAN toolchain doesn't need them to be. This is even more true for the one in t/swamp because it is only test data anyway.