Re: Perl, cpan Path problems

2023-01-28 Thread Andy Smith
Hello, On Sat, Jan 28, 2023 at 05:17:51PM -0500, Greg Wooledge wrote: > Debian provides many perl packages, so you have two paths to choose > from here: you can try to find the package in Debian, and use that, > or you can try to build it yourself. > > On a Debian 11 system, I get this result: >

AW: Perl, cpan Path problems

2023-01-28 Thread Maurizio Caloro
Running, meny thanks! -Ursprüngliche Nachricht- Von: Greg Wooledge Gesendet: Samstag, 28. Januar 2023 23:18 An: debian-user@lists.debian.org Betreff: Re: Perl, cpan Path problems On Sat, Jan 28, 2023 at 10:47:01PM +0100, Maurizio Caloro wrote: > also > > root: ~/.cpan/b

Re: Perl, cpan Path problems

2023-01-28 Thread Greg Wooledge
... long story short? Figure out what you're actually trying to do, and then do *only* that. Want to run a script that uses XML::Simple? Install libxml-simple-perl (or whatever it is on Debian 10, though it's probably the same), and see if that's good enough. Don't borrow trouble

Re: Perl, cpan Path problems

2023-01-28 Thread Andy Smith
Hi, On Sat, Jan 28, 2023 at 10:47:01PM +0100, Maurizio Caloro wrote: > root ~/.cpan/build/Perl-Critic-1.148-2# cpan Perl::OSType Firstly, v1.010 of Perl::OSType is already included in default Debian perl installs on Debian 10 (buster) and in fact that is the latest version oif that module, so why

Perl, cpan Path problems

2023-01-28 Thread Maurizio Caloro
Hello Here iam running with Debian 10.13, and please i need little Support - i think me cpan and perl have any problems, please what are the right path for PERL_LIB?` how i can reinstall cpan or Perl so that i can install Cpan/Perl packages? this always i have executed > $ cpan

Perl CPAN Catch-22 + ADHD (was: How's ...)

2022-07-04 Thread Will Mengarini
* Weaver [22-07/04=Mo 00:43 -0700]: >>> ... your day going? * Will Mengarini [22-07/04=Mo 07:50 -0700]: >> Hairier than Gene Heskett's nostrils, because "up"grading Perl >> from 5.8.8 to 5.34.1 [caused a kind of failure normally fixed >> using the Perl module CPAN, but this time the failure caus

Re: perl cpan cc: command not found

2007-03-17 Thread Jeff Chimene
tem is interfering here? I've tried alias cc=gcc I figured it out. update /etc/perl/CPAN/Config.pm 'make_arg' => q[CC=/usr/bin/gcc LD=/usr/bin/gcc] This works w/ debian-alternatives. I think it's also possible to add the "cc" command using debian-alternative

Re: perl cpan cc: command not found

2007-03-17 Thread Roberto C. Sanchez
On Sat, Mar 17, 2007 at 10:37:47AM -0700, Jeff Chimene wrote: > Hi, > > While running cpan certain modules don't get built. >sh: cc: command not found > > I know this isn't true: > > ls /usr/bin/gcc -lat > lrwxrwxrwx 1 root root 21 May 22 2006 /usr/bin/gcc -> /etc/alternatives/gcc > > I'm

perl cpan cc: command not found

2007-03-17 Thread Jeff Chimene
Hi, While running cpan certain modules don't get built. sh: cc: command not found I know this isn't true: ls /usr/bin/gcc -lat lrwxrwxrwx 1 root root 21 May 22 2006 /usr/bin/gcc -> /etc/alternatives/gcc I'm wondering if the debian-alternatives system is interfering here? I've tried ali

Perl CPAN maodule usinf passive ftp?

2001-10-13 Thread Stan Brown
How can I prsuade the perl CPAN module to use Debians passive mode ftp? Is the a environment varibale that I can set theat will tell all ftp tasks, suchs as ncftp to do the same? -- Stan Brown [EMAIL PROTECTED]843-745-3154 Charleston SC. -- Windows 98: n

Re: perl - cpan

2001-02-09 Thread will trillich
On Fri, Feb 09, 2001 at 01:39:36PM -0600, [EMAIL PROTECTED] wrote: > what is the command to connect to CPAN to down load modules...I've had a > brain fart and can't remember > > wayne if you've got the CPAN perl module, then perl -MCPAN -e 'shell' will keep you off the streets for a wh

Re: perl - cpan

2001-02-09 Thread Rob VanFleet
On Fri, Feb 09, 2001 at 01:39:36PM -0600, [EMAIL PROTECTED] wrote: > what is the command to connect to CPAN to down load modules...I've had > a brain fart and can't remember I like: perl -MCPAN -e shell -Rob

Re: perl - cpan

2001-02-09 Thread Rick Rezinas
man CPAN for info. rick On Fri, 09 Feb 2001, [EMAIL PROTECTED] wrote: > what is the command to connect to CPAN to down load modules...I've had a > brain fart and can't remember > > wayne

RE: perl - cpan

2001-02-09 Thread Jason P Holland
cpan, if you have it installed. brain farts are not good. Jason > > what is the command to connect to CPAN to down load > modules...I've had a brain fart and can't remember > > wayne

perl - cpan

2001-02-09 Thread techlists
what is the command to connect to CPAN to down load modules...I've had a brain fart and can't remember wayne

AnyOne know of GUI for perl CPAN installs??

2000-07-28 Thread John Foster
I am looking for a GUI or web based interface for managing and installing CPAN modules. AnyOne ever seen such or even heard of one? Thanks! John Foster [EMAIL PROTECTED] ICQ# 19460173

Re: All those Perl CPAN Modules...

1997-06-03 Thread Manoj Srivastava
Hi, Count me in. I used to maintain the CGI modules, so I have some experience there ;-). My only concern is the amount of time I have, but I'll be glad to help where I can. manoj -- "If we fail to draw the line in Vietnam we may find ourselves compelled to draw a defense lin

Re: All those Perl CPAN Modules...

1997-05-31 Thread Carey Evans
"Brian S. Julin" <[EMAIL PROTECTED]> writes: [snip] > So all we would need to do is write our own version of MakeMaker that, > in addition to the usual targets like "test" "dist" and "install", also > automatically created rules for construction of a "deb" and "dsc" > target. We'd really just

Re: All those Perl CPAN Modules...

1997-05-31 Thread Jim Pick
Brian S. Julin wrote: > So all we would need to do is write our own version of MakeMaker that, > in addition to the usual targets like "test" "dist" and "install", also > automatically created rules for construction of a "deb" and "dsc" > target. This is a really cool idea. One concern is th

All those Perl CPAN Modules...

1997-05-31 Thread Brian S. Julin
Greetings fellow Debianites, Those of you who program in perl probably have a bunch of perl module source trees in /usr/src which you installed yourself. Although Debian developers have packaged the most essential of the Perl modules (the CGI ones, basically), with a couple hundred modules on