Skip Menu |

This queue is for tickets about the IO-Compress CPAN distribution.

Report information
The Basics
Id: 54512
Status: open
Priority: 0/
Queue: IO-Compress

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

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



Subject: Generic hashbang for the examples
Your examples currently use /usr/local/bin/perl for the hashbang. If you were to switch to /usr/bin/env perl, they would continue to work if perl was installed in /usr/bin or other directories in $PATH.
On Thu Feb 11 03:55:53 2010, MXEY wrote: Show quoted text
> Your examples currently use /usr/local/bin/perl for the hashbang. If you > were to switch to /usr/bin/env perl, they would continue to work if perl > was installed in /usr/bin or other directories in $PATH.
That assumes both the existence of "env" and it living in /usr/bin If you can convince me that all systems that support #! then I'll consider the change. Paul