Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Reply CPAN distribution.

Report information
The Basics
Id: 86669
Status: resolved
Priority: 0/
Queue: Reply

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.22
Fixed in: (no value)



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
Fixed in 0.23.