Skip Menu |

This queue is for tickets about the Text-Reform CPAN distribution.

Report information
The Basics
Id: 5380
Status: new
Priority: 0/
Queue: Text-Reform

People
Owner: Nobody in particular
Requestors: itouh [...] itpmail.itp.ne.jp
Cc:
AdminCc:

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



Subject: 1.11 '/usr/local/bin/perl' should be '/usr/bin/perl'
Scripts in Text-Reform-1.11 uses mixed 'perl' PATH: /usr/local/bin/perl, and /usr/bin/perl. $ grep "/usr/" *pl demo.pl:#! /usr/local/bin/perl -ws demo_columns.pl:#! /usr/bin/perl -w demo_filler.pl:#! /usr/local/bin/perl -w demo_table.pl:#! /usr/local/bin/perl -w demo_ws.pl:#! /usr/local/bin/perl -w test.pl:#! /usr/local/bin/perl -w 'perl' PATH should be changed '/usr/local/bin/perl' into '/usr/bin/perl' because LinuxStandardBase recommends it. http://www.pathname.com/fhs/pub/fhs-2.3.html#USRBINMOSTUSERCOMMANDS I checked RedHatLinux7.3 and FedoraCore1 has '/usr/bin/perl' and don't have '/usr/local/bin/perl'.
Date: Tue, 02 Mar 2004 09:16:06 +1100
From: Damian Conway <damian [...] conway.org>
To: bug-Text-Reform [...] rt.cpan.org
Subject: Re: [cpan #5380] 1.11 '/usr/local/bin/perl' should be '/usr/bin/perl'
RT-Send-Cc:
Guest via RT wrote: Show quoted text
> Scripts in Text-Reform-1.11 uses mixed 'perl' PATH: > /usr/local/bin/perl, and /usr/bin/perl.
Fixed for the next release. Thanks. However, it should be noted that Text::Reform has been supplanted by Perl6::Form. Text::Reform users interested in increased functionality and forward compatiblity should look at the new module. Damian