On Wed, May 20, 2009 at 12:03:49PM -0400, Jonathan Yu
<jonathan.i.yu@gmail.com> wrote:
Show quoted text> Per your request I am forwarding RT#46225 here, and once acknowledged
> will close the bug in the CPAN Request Tracker.
Sorry, I cannot acknowledge any bug here, as with your previous mail - is
this some kind of harassment? rt.cpan.org ctreates enough work for me
already, and trying to pressure me like "I will only remove it once you
acknowledge this bug" is not really nice.
Show quoted text> On the shebang line. However, on Debian (and I think most common Linux
> installations these days), Perl is generally installed as:
If debian uses non-standard paths for perl, it's obviously debians
problem to
patch such things. Note that eg/ scripts are examples and not being
installed, so when you install them, it's up to you to fix any paths - for
normal binaries this is already done.
Show quoted text> As a result, we have a patch in Debian for this issue. If it would be
> beneficial to other users, I would ask that you replace the /opt
> dependency with /usr.
And that would screw all users using /opt - I don't see why those should
suffer just for debian.
-- As a result, the bug is closed.
On Tue May 19 14:45:04 2009, FREQUENCY wrote:
Show quoted text> Hi there:
>
> Thanks for a great module!
>
> Currently, most scripts in eg/ have:
>
> #!/opt/bin/perl
>
> On the shebang line. However, on Debian (and I think most common Linux
> installations these days), Perl is generally installed as:
>
> #!/usr/bin/perl
>
> As a result, we have a patch in Debian for this issue. If it would be
> beneficial to other users, I would ask that you replace the /opt
> dependency with /usr.
>
> This only effects the usability of the eg/ scripts, which are probably
> executed most often using 'perl script.pl' anyway, making this mostly
> irrelevant. Still, if it's not too big of a change and if there are no
> real objections, I'd like to see this fixed in the future.
>
> I look forward to hearing from you.
>
> Cheers,
>
> Jonathan