Re: [Fink-devel] perl scripts

2003-08-14 Thread Randal L. Schwartz
Koen == Koen van der Drift [EMAIL PROTECTED] writes: Koen I am working on a perlmodule package that installs a bunch of Koen perlscripts (*.pl). If they are meant as commands typed by the user, PLEASE PLEASE do not put .pl on the send of the script! This is not the Unix Way. .pl means Perl

Re: [Fink-devel] perl scripts

2003-08-14 Thread Koen van der Drift
On Monday, August 11, 2003, at 03:08 AM, Randal L. Schwartz wrote: If they are meant as commands typed by the user, PLEASE PLEASE do not put .pl on the send of the script! This is not the Unix Way. .pl means Perl Library. It's meant to be used with do or require within another script, not as

Re: [Fink-devel] perl scripts

2003-08-14 Thread TheSin
do these scripts install via a Makefile.PL? On Monday, August 11, 2003, at 04:40 PM, Koen van der Drift wrote: On Monday, August 11, 2003, at 03:08 AM, Randal L. Schwartz wrote: If they are meant as commands typed by the user, PLEASE PLEASE do not put .pl on the send of the script! This is

Re: [Fink-devel] perl scripts

2003-08-14 Thread Koen van der Drift
On Monday, August 11, 2003, at 07:45 PM, TheSin wrote: do these scripts install via a Makefile.PL? Yes. - Koen. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are

Fwd: [Fink-devel] perl scripts

2003-08-14 Thread TheSin
against I forget the list :\ Begin forwarded message: From: TheSin [EMAIL PROTECTED] Date: Monday, August 11, 2003 06:48:15 PM Canada/Mountain To: Koen van der Drift [EMAIL PROTECTED] Subject: Re: [Fink-devel] perl scripts then just use the perl policy ie: Type: perl 5.6.0 UpdatePOD: true

RE: [Fink-devel] perl scripts

2003-08-11 Thread Alexander K. Hansen
] On Behalf Of Koen van der Drift Sent: Sunday, August 10, 2003 6:02 PM To: [EMAIL PROTECTED] Subject: [Fink-devel] perl scripts Hi, I am working on a perlmodule package that installs a bunch of perlscripts (*.pl). I am uncertain where I should install them. The defualt location is /foo/bin, but I am

[Fink-devel] perl scripts

2003-08-10 Thread Koen van der Drift
Hi, I am working on a perlmodule package that installs a bunch of perlscripts (*.pl). I am uncertain where I should install them. The defualt location is /foo/bin, but I am not sure if they belong in /sw/bin. If they are there, then they will be in the path, and can be executed from