Closed gabeguz closed 11 years ago
Hi, thanks for fixing the shebang issue I was having. Works great. I was doing some reading though and I think this might be a better way to do that. It seems that MakeMaker will replace "!#perl -T" with the full path the the users perl program. I tested on OpenBSD and it seems to work properly, i.e. when I run make, and then make install and examine the installed script, it's indeed pointing to my version of perl.
Thanks!
MakeMaker will replace the '#!perl -T' line w/the builders perl location, properly expanded when you run perl Makefile.PL -- check in generated ./blib/script/st to verify, and when you make install -- it will be the proper perl path.