Skip Menu |

This queue is for tickets about the App-TimelogTxt CPAN distribution.

Report information
The Basics
Id: 86627
Status: resolved
Priority: 0/
Queue: App-TimelogTxt

People
Owner: cpan.wade [...] anomaly.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: 0.03_2



Subject: Use "#!perl" in shebang of timelog utility
With the current shebang "#!/usr/bin/env perl" ExtUtils::MakeMaker does not do any substitions, which are necessary for some system or for non-system perls. I recommend to change the shebang to just "#!perl". Regards, Slaven
On Tue Jul 02 06:57:21 2013, SREZIC wrote: Show quoted text
> With the current shebang "#!/usr/bin/env perl" ExtUtils::MakeMaker > does not do any substitions, which are necessary for some system or > for non-system perls. I recommend to change the shebang to just > "#!perl".
Thanks for the report. This is a holdover from the original script which I was running from the module directory. It will be fixed in the next developer release. Show quoted text
> Regards, > Slaven
Fixed in developer release. Finally closing the bug.