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: >

Re: Perl, cpan Path problems

2023-01-28 Thread Greg Wooledge
On Sat, Jan 28, 2023 at 10:47:01PM +0100, Maurizio Caloro wrote: > also > > root: ~/.cpan/build/Perl-Critic-1.148-2# perl -e "use XML::Simple " I'm only going to focus on this ONE part of your mail, because the whole thing is just too much for me. Let's suppose that your goal is to write (or us

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

Re: perl cpan cc: command not found

2007-03-17 Thread Jeff Chimene
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 wondering if the debian-alternatives system is interfering h

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

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