Subject: | Incorrect shebang after installation (v1.1.5) |
After installing pmcheck, the shebang is still
#!/usr/bin/env perl
I would instead expect something like
#!/home/cpansand/var/ctps/5124RC2/install/perl-v5.12.4-RC2/bin/perl -w
eval 'exec
/home/cpansand/var/ctps/5124RC2/install/perl-v5.12.4-RC2/bin/perl -w -S
$0 ${1+"$@"}'
if 0; # not running under some shell
especially if the script is installed for another perl instead the
system's perl.
I think ExtUtils::MakeMaker can do this automatically if the original
shebang is /usr/bin/perl, not /usr/bin/env perl
Regards,
Slaven