Subject: | Shebang line in bin/reply |
Currently the shebang line in bin/reply is "#!/usr/bin/env perl". While using the "env" trick is nice for uninstalled scripts, it prevents ExtUtils::MakeMaker from doing proper substitution (i.e. setting the shebang to the current perl). My suggestion is to change the shebang to just "#!perl".
Regards,
Slaven