dmgerman / ninka

a license identification tool for Source Code
http://ninka.turingmachine.org
GNU General Public License v2.0
105 stars 31 forks source link

improve portability by using /usr/bin/env to resolve the perl binary #5

Closed darxriggs closed 9 years ago

darxriggs commented 10 years ago

Not all distributions install Perl under /usr/bin/perl. The locaton of /usr/bin/env is much more common. Using /usr/bin/env is therefore a common practice to improve portability.

darxriggs commented 9 years ago

This pull request is outdated and can be closed.

Ninka is now modularized, see the "fossy" branch. It uses ExtUtils::MakeMaker which will replace #!/usr/bin/perl with the appropriate path when perl Makefile.PL is run. See _EXEFILES in the doc.