Re: Perl module installation via CPAN and signature error

2024-01-11 Thread Vincent Lefevre
-q --logger-fd=1 --keyserver=hkp://pool.sks-keyservers.net:11371 /home/vinc17/.cpan/sources/authors/id/C/CA/CAVAC/CHECKSUMS gpg: Signature made 2023-12-17T16:29:09 CET gpg:using RSA key 77576125A905F1BA gpg: Good signature from "PAUSE Batch Signing Key 2024 "

Perl module installation via CPAN and signature error

2024-01-11 Thread Vincent Lefevre
Hi, I have 2 Debian/unstable machines on the same network, with the same .cpan/CPAN/MyConfig.pm file. On one of them, I get no errors: qaa:~> cpan -i XML::RPC CPAN: HTTP::Tiny loaded ok (v0.086) CPAN: Net::SSLeay loaded ok (v1.92) CPAN: IO::Socket::SSL loaded ok (v2.084) Fetching with H

Re: cpan oddity

2023-03-27 Thread Joel Roth
f...@dnsbed.com wrote: Jude DaShiell wrote: > > I ran cpan and did quick configuration and chose sudo to elevate > > privileges when necessary. Unfortunately I don't have write access on > > /usr/local/bin so cpan is crippled. > try cpanminus? > $ sudo apt instal

Re: cpan oddity

2023-03-27 Thread Jude DaShiell
I ran the cpan command as regular user not sudo. I configured cpan to elevate privileges as necessary with sudo. I ended up wiping the whole cpan installation and starting over using local lib rather than sudo. For now it seems more successful. -- Jude "There are four boxes to be us

Re: cpan oddity

2023-03-27 Thread debian-user
f...@dnsbed.com wrote: > On 2023-03-27 08:21, Jude DaShiell wrote: > > I ran cpan and did quick configuration and chose sudo to elevate > > privileges when necessary. Unfortunately I don't have write access > > on /usr/local/bin so cpan is crippled. > > try

Re: cpan oddity

2023-03-26 Thread fh
On 2023-03-27 08:21, Jude DaShiell wrote: I ran cpan and did quick configuration and chose sudo to elevate privileges when necessary. Unfortunately I don't have write access on /usr/local/bin so cpan is crippled. -- Jude "There are four boxes to be used in defense of liberty: so

Re: cpan oddity

2023-03-26 Thread Dan Ritter
Jude DaShiell wrote: > I ran cpan and did quick configuration and chose sudo to elevate > privileges when necessary. Unfortunately I don't have write access on > /usr/local/bin so cpan is crippled. You can re-answer all the cpan questions by typing: cpan o conf init -dsr-

cpan oddity

2023-03-26 Thread Jude DaShiell
I ran cpan and did quick configuration and chose sudo to elevate privileges when necessary. Unfortunately I don't have write access on /usr/local/bin so cpan is crippled. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amo. Please use in that

Re: Perl, cpan Path problems

2023-01-28 Thread Andy Smith
one, as in Debian the Perl module package names are currently formed of: 'lib' + (lower cased module name with every '::' changed to '-') + '-perl' So, in this case, libxml-simple-perl. > When you download the source from CPAN and try to build it,

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

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,

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

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 P

Re: cpan

2022-01-03 Thread Jude DaShiell
Thanks, I had no idea that would work! On Mon, 3 Jan 2022, Jeremy Ardley wrote: > Pipe the output of the cpan command to less? > > | less > > On 3/1/22 1:14 pm, Jude DaShiell wrote: > > when displaying results from a cpan search, is it possible to limit the > > num

Re: cpan

2022-01-02 Thread Jeremy Ardley
Pipe the output of the cpan command to less? | less On 3/1/22 1:14 pm, Jude DaShiell wrote: when displaying results from a cpan search, is it possible to limit the number of displayed results to the screen size then page to the next or previous set of results? Something like what less does

cpan

2022-01-02 Thread Jude DaShiell
when displaying results from a cpan search, is it possible to limit the number of displayed results to the screen size then page to the next or previous set of results? Something like what less does with long files that are larger than your screen.

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-03-02 Thread Dan Ritter
songbird wrote: > Dan Ritter wrote: > ... > > Many of the language-specific tools have a tendency to > > automatically acquire the latest version of a library or module > > every time they are invoked, or to spit errors if they can't > > pull down the version that they were asked to get. That's ra

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-03-01 Thread songbird
ages and turn them into a Debian package > exist, all the rest of the infrastructure is already in place. > There's no real need to try to pre-package all of CPAN, CRAN, > CTAN, Ruby Gems, pypi... if you are a big enough company that can afford to have people doing that and maintaining

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Dan Ritter
ure hope not! do you know how many packages > are in those? > > PyPI is a few hundred thousand items. CPAN i don't know > know, same with ruby or go. > > if you're doing that then you might as well toss github, > gitlab and salsa in there too. > >

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread songbird
alled outside of APT's purview > since the beginnings of Debian, but I wonder if there is any effort to > corral these other packaging systems so APT can be the tool of choice > for all package management. no, and i sure hope not! do you know how many packages are in those? PyPI is

Re: Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Reco
Hi. On Sat, Feb 29, 2020 at 07:46:27AM -0700, Keith Christian wrote: > Are there any methods to create Debian packages for these (and > similar) package tools (and the files they install) so that Debian's > native packaging system has "inventory control" everything? dh-make-perl, gem2deb,

Bringing CPAN,Gems, PIP, PyPi, etc. under APT package management

2020-02-29 Thread Keith Christian
Are there any methods to create Debian packages for these (and similar) package tools (and the files they install) so that Debian's native packaging system has "inventory control" everything? I realize that software has been installed outside of APT's purview since the beginnings of Debian, but I

Re: cpan module in Jessie

2015-07-07 Thread Erwan David
Le 07/07/2015 21:27, Joel Roth a écrit : > On Tue, Jul 07, 2015 at 10:05:38AM +0200, Erwan David wrote: >> On Tue, Jul 07, 2015 at 08:44:41AM CEST, Erwan David >> said: >>> Hi, >>> >>> I need to install the perl module Net::SSH::Expect on a jessie.

Re: cpan module in Jessie

2015-07-07 Thread Joel Roth
On Tue, Jul 07, 2015 at 10:05:38AM +0200, Erwan David wrote: > On Tue, Jul 07, 2015 at 08:44:41AM CEST, Erwan David said: > > Hi, > > > > I need to install the perl module Net::SSH::Expect on a jessie. Since > > it is notpackaged, I tried cpan Net::SSH::

Re: cpan module in Jessie

2015-07-07 Thread Erwan David
On Tue, Jul 07, 2015 at 08:44:41AM CEST, Erwan David said: > Hi, > > I need to install the perl module Net::SSH::Expect on a jessie. Since > it is notpackaged, I tried cpan Net::SSH::Expect It needs the IO::Pty > module, so I installed the libio-pty-perl package. H

cpan module in Jessie

2015-07-06 Thread Erwan David
Hi, I need to install the perl module Net::SSH::Expect on a jessie. Since it is notpackaged, I tried cpan Net::SSH::Expect It needs the IO::Pty module, so I installed the libio-pty-perl package. However the cpan version of Net:SSH:Expect wants at least IO::Pty 1.11 and the packaged one

parallel perl (was Re: Problems installing Perl modules with CPAN on Wheezy)

2014-06-29 Thread Joel Rees
Joel Roth's post on /usr/local reminded me of something about using cpan and perl. I used to use perl on Mac OS X. About the first word of advice we used to give on the Mac OS X perl mail list was, do NOT overwrite the system perl. Install another perl interpreter separately, in parallel wit

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread Joel Roth
On Sat, Jun 28, 2014 at 09:14:09AM -0400, slitt wrote: > On Fri, 27 Jun 2014 21:25:41 -0700 > David Christensen wrote: > > > On 06/27/2014 09:15 AM, Darac Marjal wrote: > > > For the record, you might find it more useful to check if Debian > > > has a packag

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread slitt
On Sat, 28 Jun 2014 20:01:09 +0100 Lisi Reisz wrote: > On Saturday 28 June 2014 18:07:19 slitt wrote: > > Speaking of Red Hat, there's a Linux group called LEAP, and 60% of > > their technical messages boil down to "Fedora screwed me again!". > > Careful Steve! You'll be accused of sniping agai

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread Lisi Reisz
On Saturday 28 June 2014 18:07:19 slitt wrote: > Speaking of Red Hat, there's a Linux group called LEAP, and 60% of > their technical messages boil down to "Fedora screwed me again!". Careful Steve! You'll be accused of sniping again. ;-) Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@l

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread slitt
e record, you might find it more useful to check if Debian > > > > has a package first, before resorting to CPAN. > > > > > > +1 > > > > > > > > > I've destabilized Debian stable with non-Debian software, > > > including CPAN m

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread Chris Bannister
On Sat, Jun 28, 2014 at 09:14:09AM -0400, slitt wrote: > On Fri, 27 Jun 2014 21:25:41 -0700 > David Christensen wrote: > > > On 06/27/2014 09:15 AM, Darac Marjal wrote: > > > For the record, you might find it more useful to check if Debian > > > has a packag

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-28 Thread slitt
On Fri, 27 Jun 2014 21:25:41 -0700 David Christensen wrote: > On 06/27/2014 09:15 AM, Darac Marjal wrote: > > For the record, you might find it more useful to check if Debian > > has a package first, before resorting to CPAN. > > +1 > > > I've destabi

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-27 Thread David Christensen
On 06/27/2014 09:15 AM, Darac Marjal wrote: For the record, you might find it more useful to check if Debian has a package first, before resorting to CPAN. +1 I've destabilized Debian stable with non-Debian software, including CPAN modules. Now I am loath to install anything excep

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-27 Thread Darac Marjal
On Fri, Jun 27, 2014 at 03:59:59PM +0100, Andrew Wood wrote: > Im not experienced with Perl so I dont know much about CPAN but on Jessie I > have been able to install DBI and the DBD::mysqlPP modules using > cpan DBI > cpan DBD::mysqlPP For the record, you might find it more useful

Re: Problems installing Perl modules with CPAN on Wheezy

2014-06-27 Thread Andrew Wood
Sorry just worked this out, the system I was on hadnt had make or g++ install. Whoops On 27/06/2014 15:59, Andrew Wood wrote: Im not experienced with Perl so I dont know much about CPAN but on Jessie I have been able to install DBI and the DBD::mysqlPP modules using cpan DBI cpan DBD::mysqlPP

Problems installing Perl modules with CPAN on Wheezy

2014-06-27 Thread Andrew Wood
Im not experienced with Perl so I dont know much about CPAN but on Jessie I have been able to install DBI and the DBD::mysqlPP modules using cpan DBI cpan DBD::mysqlPP however on Wheezy I just get the following... Checking if your kit is complete... Looks good I see you're using

Re: best practice to use newer cpan modules on squeeze

2011-04-25 Thread Jim Green
id >> version of libmoose but a hell of dependency begins. I am afraid if >> insist on upgrading this module, lots of perl core module/perl would be >> upgraded in sid. >> >> what should be the best practice here right now? I use cpan command to >> install some modu

Re: best practice to use newer cpan modules on squeeze

2011-04-20 Thread Leonardo Ruoso
2011/4/20 Jim Green > Hello! > what should be the best practice here right now? I use cpan command to > install some modules that are not available in debian. but how about > those not up-to-date ones? > What about using locallib+cpan or a chrooted+(cpan|sid) envirommen

Re: best practice to use newer cpan modules on squeeze

2011-04-20 Thread Alex Mestiashvili
of perl core module/perl would be upgraded in sid. what should be the best practice here right now? I use cpan command to install some modules that are not available in debian. but how about those not up-to-date ones? Thanks! Jim I would rebuild source packages from sid in squeeze

Re: best practice to use newer cpan modules on squeeze

2011-04-20 Thread adris
Hi, Am Dienstag, den 19.04.2011, 23:55 -0400 schrieb Jim Green: > what should be the best practice here right now? I use cpan command to > install some modules that are not available in debian. but how about > those not up-to-date ones? I'm using CPAN at work and at home whenev

best practice to use newer cpan modules on squeeze

2011-04-19 Thread Jim Green
in sid. what should be the best practice here right now? I use cpan command to install some modules that are not available in debian. but how about those not up-to-date ones? Thanks! Jim -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: Errors using debuild for building CPAN package

2008-08-04 Thread Eduardo M KALINOWSKI
Gmail wrote: > Trying to install a couple of CPAN modules using dh-make-perl. > I've used wget, and then tar. I descend into the modules directory and > go with: debuild. I get: > > sh: gcc: command not found > dpkg-architecture: warning: Couldn't determine gcc sy

Re: Errors using debuild for building CPAN package

2008-08-04 Thread Eugene V. Lyubimkin
Gmail wrote: > Trying to install a couple of CPAN modules using dh-make-perl. > I've used wget, and then tar. I descend into the modules directory and > go with: debuild. I get: > > sh: gcc: command not found > dpkg-architecture: warning: Couldn't determine gcc sy

Errors using debuild for building CPAN package

2008-08-04 Thread Gmail
Trying to install a couple of CPAN modules using dh-make-perl. I've used wget, and then tar. I descend into the modules directory and go with: debuild. I get: sh: gcc: command not found dpkg-architecture: warning: Couldn't determine gcc system type, falling back to defau

Autonomous CPAN connections

2008-06-07 Thread Jeffrey B. Green
Hi, I'm wondering if anyone knows which packages generate autonomous CPAN connections. My connection logs show a high activity (dport 80) for several servers to one of the CPAN sites (cpan-sj.viaverio.com). When I researched it, I noticed that it has been going on for a long time. t

Re: Question about perl organisation on disk and CPAN

2008-04-03 Thread Lesley Binks
The major difference between Debian etch and other distros I have > > worked on is the existence of /etc/perl which contains subdirectories > > of CPAN and NET on my install. > > > > Almost all other distros share the /usr/share and /usr/lib hierarchies > > and

Re: Question about perl organisation on disk and CPAN

2008-04-03 Thread Kelly Clowers
/usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl > and, as far as I understand it this describes where perl searches for > modules. > > The major difference between Debian etch and other distros I have > worked on is the existence of /etc/perl which contai

Re: Question about perl organisation on disk and CPAN

2008-04-03 Thread Glenn Becker
Hi Lesley, If I use CPAN what is the best method to use? Should I use the cpan command or should I use the perl -MCPAN method? And how much of a problem is not having perl 5.10 installed going to be if I choose to get the latest modules from CPAN?Is it possible to install 5.10 on etch or

Question about perl organisation on disk and CPAN

2008-04-03 Thread Lesley Binks
this describes where perl searches for modules. The major difference between Debian etch and other distros I have worked on is the existence of /etc/perl which contains subdirectories of CPAN and NET on my install. Almost all other distros share the /usr/share and /usr/lib hierarchies and I would li

cpan doesn't work after etch upgrade

2007-12-14 Thread Dennis G. Wicks
Greetings, I just did an upgrade on etch and got perl 5.8.8 and when I do cpan -v I get /usr/local/bin/cpan script version 1.9, CPAN.pm version 1.9102 When I try to run cpan by any method, ie. either just cpan or perl -MCPAN -e shell I get the following

Re: CPAN failed to install XML::Parser module

2007-09-10 Thread Elimar Riesebieter
On Mon, 10 Sep 2007 the mental interface of Michael Yang told: > I am working on Debian GNU/Linux etch and have installed perl packages > 5.8.8with CPAN configured. > > In the cpan shell, I was to install the module of XML::Parser, but it always $ apt-cache search xml parser perl |

CPAN failed to install XML::Parser module

2007-09-10 Thread Michael Yang
I am working on Debian GNU/Linux etch and have installed perl packages 5.8.8with CPAN configured. In the cpan shell, I was to install the module of XML::Parser, but it always failed with many error message returned. I don't know whether if it is the issue of source on the mirror server, OR i

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 sys

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/

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

Dependencies with dh-make-perl for CPAN packages

2006-09-02 Thread Kjetil Kjernsmo
Hi all! I have found it very useful to use dh-make-perl to install CPAN packages on Debian and derivatives, but there is one thing I can't get to work well: dependencies. Makefile.PL does contain (or should anyway) the distribution's dependencies, and I see that there is some code

Re: Problem accessing CPAN

2006-03-19 Thread Leoncini Xavier
Thanks a lot it works now I guess I had not seen this one been taken off. Leoncini Xavier wrote: I have a strange error while trying to access cpan. I cannot figure what is wrong. When i execute "perl -MCPAN -e shell" I get "Cannot do `initialize' in Term::ReadLin

Re: Problem accessing CPAN

2006-03-19 Thread IvorW
Leoncini Xavier wrote: I have a strange error while trying to access cpan. I cannot figure what is wrong. When i execute "perl -MCPAN -e shell" I get "Cannot do `initialize' in Term::ReadLine::Gnu at /usr/share/perl/5.8/CPAN.pm line 105" I upgraded perl modules and

Problem accessing CPAN

2006-03-19 Thread Leoncini Xavier
I have a strange error while trying to access cpan. I cannot figure what is wrong. When i execute "perl -MCPAN -e shell" I get "Cannot do `initialize' in Term::ReadLine::Gnu at /usr/share/perl/5.8/CPAN.pm line 105" I upgraded perl modules and perl to the latest i

Re: Perl/Webmin/CPAN/ question (LONG)

2004-06-28 Thread Jaldhar H. Vyas
interchange to operate > properly. I have read the instruction on CPAN about how to install & use a > non-standard module,,but I believe that will screw up the Debian default as > it resets @INC for the system. Only on per script basis. I.e. you have to do: use lib '/usr/local/sh

Re: Perl/Webmin/CPAN/ question (LONG)

2004-06-27 Thread Thomas Adam
--- John Foster <[EMAIL PROTECTED]> wrote: > Hey group. This is the situation. I have a Debian SID installation. I It's "Sid". Not "SID". Debian Sid is not an acronymn. There is no need to write it in this way using capital letters. [..snip..] > NOT want that. I need to keep the two installati

Perl/Webmin/CPAN/ question (LONG)

2004-06-27 Thread John Foster
g an issue as it is NOT the default Perl that the Debian system recoginzes. I also need to install several modules that are required by interchange to operate properly. I have read the instruction on CPAN about how to install & use a non-standard module,,but I believe that will screw up the

Errors when CPAN installing SpamAssassin

2003-09-27 Thread David List
Could anyone explain the errors, I get, when trying to install SpamAssassin 2.60 on a Debian stable system through CPAN? Here is a small excerpt: Subroutine WEIRD_PORT_uri_test redefined at /etc/spamassassin/20_uri_tests.cf, rule WEIRD_PORT, line 8. Subroutine FREEWEBCO_NET_URL_uri_test

Re: Perl Modules and CPAN

2003-02-05 Thread Dominique Dumont
Tom Allison <[EMAIL PROTECTED]> writes: > I'm finding that a lot of times I end up installing perl modules from > CPAN in order to obtain stable versions or versions with functionality > that I need. > > The problem that I run into with this method is that I end up

Perl Modules and CPAN

2003-02-04 Thread Tom Allison
I'm finding that a lot of times I end up installing perl modules from CPAN in order to obtain stable versions or versions with functionality that I need. The problem that I run into with this method is that I end up with either two sets of software in different locations: one for Debian

Re: Mappings between CPAN packages and lib.*-perl packages

2002-12-08 Thread Lloyd Zusman
Colin Watson <[EMAIL PROTECTED]> writes: > On Sat, Dec 07, 2002 at 01:46:11AM -0500, Lloyd Zusman wrote: >> Is it correct to assume that any given debian package whose name is of >> the form lib.*-perl corresponds to one and only one CPAN module, > > Not quite, but more

Re: Mappings between CPAN packages and lib.*-perl packages

2002-12-08 Thread Lloyd Zusman
Colin Watson <[EMAIL PROTECTED]> writes: > On Sat, Dec 07, 2002 at 01:46:11AM -0500, Lloyd Zusman wrote: >> Is it correct to assume that any given debian package whose name is of >> the form lib.*-perl corresponds to one and only one CPAN module, > > Not quite, but more

Re: spamassassin: recovery from CPAN install

2002-12-08 Thread Rob Weir
On Fri, Dec 06, 2002 at 07:24:54AM -0500, Tom Allison wrote: > OK, I screwed up more that I thought I did. > > I installed Mail::SpamAssassin and > Mail::SpamAssassin::PerMsgStatus via CPAN. > > now the debian package for spamassassin keeps giving me errors. > > Thi

Re: Mappings between CPAN packages and lib.*-perl packages

2002-12-07 Thread Colin Watson
On Sat, Dec 07, 2002 at 01:46:11AM -0500, Lloyd Zusman wrote: > Is it correct to assume that any given debian package whose name is of > the form lib.*-perl corresponds to one and only one CPAN module, Not quite, but more or less. > and that the algorithm for determining the correspondi

Mappings between CPAN packages and lib.*-perl packages

2002-12-06 Thread Lloyd Zusman
Is it correct to assume that any given debian package whose name is of the form lib.*-perl corresponds to one and only one CPAN module, and that the algorithm for determining the corresponding debian package name from a given CPAN module name is this? ... - Add a leading "lib" and

Re: spamassassin: recovery from CPAN install

2002-12-06 Thread nate
Tom Allison said: > Let me guess. > CPAN puts it in ...perl/5.6.1/... > and > Debian puts it somewhere else... as it should.. CPAN installs by default to /usr/local (as do most 3rd party programs), distributions install their stuff to /usr for the most part. > > If they ar

Re: spamassassin: recovery from CPAN install

2002-12-06 Thread Tom Allison
nate wrote: Tom Allison said: u forgot to load "Mail::SpamAssassin::PerMsgStatus"?) at /usr/local/share/perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm lin e 1822. try deleting that rm -rf /usr/local/share/perl/5.6.1/Mail/SpamAssassin nate Let me guess. CPAN puts it in ...

Re: spamassassin: recovery from CPAN install

2002-12-06 Thread nate
Tom Allison said: > u forgot to load "Mail::SpamAssassin::PerMsgStatus"?) at > /usr/local/share/perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm lin > e 1822. try deleting that rm -rf /usr/local/share/perl/5.6.1/Mail/SpamAssassin nate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

spamassassin: recovery from CPAN install

2002-12-06 Thread Tom Allison
OK, I screwed up more that I thought I did. I installed Mail::SpamAssassin and Mail::SpamAssassin::PerMsgStatus via CPAN. now the debian package for spamassassin keeps giving me errors. This is after I removed the aforementioned packages from the PC and reinstalled spamassassin from the deb

Re: CPAN and apt-get

2002-03-05 Thread will trillich
On Sun, Mar 03, 2002 at 01:45:50AM -0800, Harry Putnam wrote: > I wondered if there is a perferred way to handle aquiring perl > modules? > > The CPAN interface shell that gets installed with perl provides a > nifty way to search, download, install most of what is on CPAN and &g

Re: CPAN and apt-get

2002-03-03 Thread Morten Bo Johansen
Harry Putnam <[EMAIL PROTECTED]> wrote: I wondered if there is a perferred way to handle aquiring perl modules? The CPAN interface shell that gets installed with perl provides a nifty way to search, download, install most of what is on CPAN and can be enhanced with WAIT (a WAIS based

CPAN and apt-get

2002-03-03 Thread Harry Putnam
I wondered if there is a perferred way to handle aquiring perl modules? The CPAN interface shell that gets installed with perl provides a nifty way to search, download, install most of what is on CPAN and can be enhanced with WAIT (a WAIS based search interface) All this is pretty easy to use

Re: Perl and CPAN

2002-02-07 Thread stan
ing > > > asks me to fetch several (ok, a lot of) modules from CPAN. Since this > > > will be adding software to my Debian system, is this safe? Is there a > > > Debianized way to do this? > > > > dh-make-perl > > > > It's exactly what you&

Re: Perl and CPAN

2002-02-07 Thread stan
ing > > > asks me to fetch several (ok, a lot of) modules from CPAN. Since this > > > will be adding software to my Debian system, is this safe? Is there a > > > Debianized way to do this? > > > > dh-make-perl > > > > It's exactly what you&

Re: Perl and CPAN

2002-02-07 Thread Erik van der Meulen
On Thu, Feb 07, 2002 at 00:52:17 +1100, Paul Hampson wrote: > On Wed, Feb 06, 2002 at 08:33:39AM -0500, Chris Hilts wrote: > > The installation instructions of a piece of software I'm considering > > asks me to fetch several (ok, a lot of) modules from CPAN. Since thi

Re: Perl and CPAN

2002-02-06 Thread stan
; > > > >On Wed, Feb 06, 2002 at 08:33:39AM -0500, Chris Hilts wrote: > > > >> The installation instructions of a piece of software I'm considering > > > >> asks me to fetch several (ok, a lot of) modules from CPAN. Since this > > > >>

Re: Perl and CPAN

2002-02-06 Thread Nathan E Norman
gt; >> The installation instructions of a piece of software I'm considering > > >> asks me to fetch several (ok, a lot of) modules from CPAN. Since this > > >> will be adding software to my Debian system, is this safe? Is there a > > >> Debianized wa

Re: Perl and CPAN

2002-02-06 Thread stan
onsidering > >> asks me to fetch several (ok, a lot of) modules from CPAN. Since this > >> will be adding software to my Debian system, is this safe? Is there a > >> Debianized way to do this? > > > >dh-make-perl > > So where does one find this wonderful to

Re: Perl and CPAN

2002-02-06 Thread Frodo Baggins
06/02/2002 14.52.17, Paul Hampson <[EMAIL PROTECTED]> ha scritto: >On Wed, Feb 06, 2002 at 08:33:39AM -0500, Chris Hilts wrote: >> The installation instructions of a piece of software I'm considering >> asks me to fetch several (ok, a lot of) modules from CPAN. Si

Re: Perl and CPAN

2002-02-06 Thread Paul Hampson
On Wed, Feb 06, 2002 at 08:33:39AM -0500, Chris Hilts wrote: > The installation instructions of a piece of software I'm considering > asks me to fetch several (ok, a lot of) modules from CPAN. Since this > will be adding software to my Debian system, is this safe? Is there a >

Perl and CPAN

2002-02-06 Thread Chris Hilts
The installation instructions of a piece of software I'm considering asks me to fetch several (ok, a lot of) modules from CPAN. Since this will be adding software to my Debian system, is this safe? Is there a Debianized way to do this? Advice appreciated, thank you in advance. Chris

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: cpan / perl q.

2001-07-06 Thread der.hans
Am 06. Jul, 2001 schwäzte luwim+ so: > Hi, i forgot the command how to install cpan on my machine, > > thats, .. > perl --cpan? any one know what the command is? OK, this RTFM is actually a little obscure: man CPAN Not too many manpages need capital letters. I always try it wit

Re: cpan / perl q.

2001-07-05 Thread John S. J. Anderson
>>>>> On Fri, 6 Jul 2001 09:27:43 +0800, "luwim+" <[EMAIL PROTECTED]> said: luwim+> Hi, i forgot the command how to install cpan on my machine, luwim+> thats, .. > perl --cpan? any one know what the command is? CPAN.pm comes with the standard Perl distrib

cpan / perl q.

2001-07-05 Thread luwim+
Hi, i forgot the command how to install cpan on my machine, thats, .. > perl --cpan? any one know what the command is? ty luwim+

Re: CPAN question

2001-06-26 Thread Joost Kooij
On Tue, Jun 26, 2001 at 10:15:19AM +0200, Martin W?rtele wrote: > if run cpan and install perl 5.6 on potato it should be installed in > /usr/local/lib/site_perl/. So it should be possible to have the potato perl > 5.005 with latest 5.6.1 togeather on the same machine without

CPAN question

2001-06-26 Thread Martin Würtele
hi, if run cpan and install perl 5.6 on potato it should be installed in /usr/local/lib/site_perl/. So it should be possible to have the potato perl 5.005 with latest 5.6.1 togeather on the same machine without breaking dependencies. in that case the debian packages would use perl 5.005 while my

Re: CPAN updating Perl version

2001-06-15 Thread will trillich
.6 | testing | source, all > dh-make-perl |0.8 | unstable | source, all s/ignorami/potato-folk/ i'll stick with CPAN for now. -- DEBIAN NEWBIE TIP #26 from Will Trillich <[EMAIL PROTECTED]> : Do you want a CONSOLE with more than 80 COLUMNS or 24 ROWS? Experiment w

Re: CPAN updating Perl version

2001-06-14 Thread Joey Hess
will trillich wrote: > care to elaborate for us ignorami what exactly dh-make-perl > is, and where to get it? [EMAIL PROTECTED]:~>ssh auric.debian.org madison dh-make-perl dh-make-perl |0.6 | testing | source, all dh-make-perl |0.8 | unstable | source, all -- see shy j

Re: CPAN updating Perl version

2001-06-14 Thread will trillich
on the fly out of > CPAN. "locate" found nothing matching "dh-make". trying http://packages.debian.org/dh-make shows three items (one for stable, one for testing, one for unstable) which are all "dh-make" but apparently have nothing to do with this

Re: CPAN updating Perl version

2001-06-14 Thread Joey Hess
Randall Hansen wrote: > This all started so simply - I just wanted the mysql DBI module. So I > fired up CPAN for the first time (perl -MCPAN -e shell) It's generally a much better idea to install the debian package if it is available. Is this it? [EMAIL PROTECTED]:~>apt-cache se

Re: CPAN updating Perl version

2001-06-14 Thread Patrick Colbeck
Hmm this raises another similar issue. Xemacs has its own packaging system that lets you download the latest elisp packages does anyone know the implications of this with apt ? Pat

CPAN updating Perl version

2001-06-14 Thread Randall Hansen
This all started so simply - I just wanted the mysql DBI module. So I fired up CPAN for the first time (perl -MCPAN -e shell), went through the configuration, and then watched as it downloaded and installed Perl 5.6.1. Oops. Debian.org doesn't even list a Perl 5.6.1; the most recent they ha

  1   2   >