Re: perl -MCPAN -e shell

2012-02-28 Thread Torqued
Regards.../om On 28-Feb-2012, at 21:31, lina wrote: > Hi, > > I am not experienced in below choice > > after issue the perl -MCPAN -e shell > > What approach do you want? (Choose 'local::lib', 'sudo' or 'manual') > > /dev/sda1

perl -MCPAN -e shell

2012-02-28 Thread lina
Hi, I am not experienced in below choice after issue the perl -MCPAN -e shell What approach do you want? (Choose 'local::lib', 'sudo' or 'manual') /dev/sda10 6.5G 515M 5

Re: perl -MCPAN -e "install Glib"

2011-03-19 Thread czubatka
Hi, Try to wait some time after making force install then press ctrl-c if it doesn't end installation by itself. You will receive info that "make_test failed but failure ignored because 'force' in effect". Good questions are how long you need to wait until pressing ctrl-c( :) ) and what exact

perl -MCPAN -e "install Glib"

2011-03-16 Thread siegfried
I'm trying to install Gtk on Freebsd 8.4 with the command 'perl -MCPAN -e "install Gtk"'. I see that one of the dependencies is Glib. So when I try to install Glib with the command in the subject line it hangs on perl -M"ExtUtils::Command::MM" -e &qu

Re: perl -MCPAN -e shell failed

2008-04-29 Thread Richard Lee
.perl.org/, the Perl Home Page. [EMAIL PROTECTED] perl-5.8.1]# perl -MCPAN -e shell Can't locate CPAN.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/pe

Re: perl -MCPAN -e shell failed

2008-04-29 Thread Rob Dixon
t;. If you have access to the > Internet, point your browser at http://www.perl.org/, the Perl Home Page. > > [EMAIL PROTECTED] perl-5.8.1]# perl -MCPAN -e shell > Can't locate CPAN.pm in @INC (@INC contains: > /usr/lib/perl5/5.10.0/i386-linux-thread-multi /usr/lib/perl5/5.10.

perl -MCPAN -e shell failed

2008-04-28 Thread Richard Lee
ich may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. [EMAIL PROTE

Re: cpan or perl -MCPAN ?

2008-04-04 Thread LesleyB
Thanks for the reply Yitze. I simply wondered whether there was any benefit. I haven't yet tried the perl -MCPAN approach but have spent most of the day in cpan. I would expect to see perl -MCPAN in an anutomated approach somewhere I guess. I have successfully updated some modules lo

Re: cpan or perl -MCPAN ?

2008-04-03 Thread Chas. Owens
On Thu, Apr 3, 2008 at 7:35 AM, LesleyB <[EMAIL PROTECTED]> wrote: snip > Which method is considered better - using cpan as a command at the > command line or using 'perl -MCPAN -e ..'' ? snip The cpan script was added in Perl 5.8.1. It is a command line interface t

Re: cpan or perl -MCPAN ?

2008-04-03 Thread yitzle
I'm just guessing here, but I'm going to suggest that both methods ultimately call the same code and are therefore equivalent. Though the cpan command takes arguments, so it might speed stuff up. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http:

cpan or perl -MCPAN ?

2008-04-03 Thread LesleyB
Hi I'm using Linux for some perl play. Which method is considered better - using cpan as a command at the command line or using 'perl -MCPAN -e ..'' ? Does using CPAN by either method above ensure the latest version of any given module or does it give the latest modul

Re: How to upgrade local module using -MCPAN?

2005-05-26 Thread Binish A R
Yu Wang wrote: Hi, All I am curious about how to upgrade local module in 'perl -MCPAN -e shell'? Thanks! Yu Hi, From the CPAN shell, try install MODULENAME force install MODULENAME like install DBI install DBD -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to upgrade local module using -MCPAN?

2005-05-25 Thread Offer Kaye
On 5/26/05, Yu Wang wrote: > Hi, All > > I am curious about how to upgrade local module in 'perl -MCPAN -e shell'? > > Thanks! > > Yu > Do an install, this will replace and effectively upgrade the module. There are exceptions, specific modules where this &

How to upgrade local module using -MCPAN?

2005-05-25 Thread Yu Wang
Hi, All I am curious about how to upgrade local module in 'perl -MCPAN -e shell'? Thanks! Yu -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: cpan vs. perl -MCPAN -e

2004-12-10 Thread Chris Devers
On Fri, 10 Dec 2004, Jan Eden wrote: > Is there any reason not to use it? None at all. I only steer people towards the `perl -MCPAN -e ...` version because that is very likely to work on any recentish copy of Perl. On the other hand, not all vendors seem to distrubute the `cpan` wrap

Re: cpan vs. perl -MCPAN -e

2004-12-10 Thread Paul Johnson
On Fri, Dec 10, 2004 at 11:03:37AM +0100, Jan Eden wrote: > I used to use > > perl -MCPAN -e "install 'Some::Module'" > > to install modules. Now I discovered the cpan tool (by chance) which allows > me to do: > > cpan Some::Module > >

cpan vs. perl -MCPAN -e

2004-12-10 Thread Jan Eden
Hi, I used to use perl -MCPAN -e "install 'Some::Module'" to install modules. Now I discovered the cpan tool (by chance) which allows me to do: cpan Some::Module The manual page (date: 2003-09-12) is pretty self-explaining - but the script was never mentioned on this

Re: A force switch with MCPAN install

2004-11-25 Thread John Pretti
- Original Message - From: "Michael David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 25, 2004 10:41 PM Subject: A force switch with MCPAN install Hello, I am trying to install the DBD::mysql package, but I am having some issues with

A force switch with MCPAN install

2004-11-25 Thread Michael David
push through make testing If this is too much to ask, just finding out the switch for force would do, I can't seem to find any doco on this. perl -MCPAN -e 'install DBD::mysql' mike

Installing modules in Windows through -MCPAN and "nmake" problem

2004-11-07 Thread Edward WIJAYA
Hi, I am trying to install a module "Template::Extract" through this command C:> perl -MCPAN -e shell "install Template::Extract" Since I can't find that(latest) modules in ActivePerl's PPM. But somehow, I still fail to make install the module, this are the error m

Re: Problem configuring MCPAN

2004-08-26 Thread Joe Echavarria
yes i know what it means.., what ftp site of cpan i can use ? Thanks. --- Owen <[EMAIL PROTECTED]> wrote: > On Thu, 26 Aug 2004 09:45:57 -0700 (PDT) > Joe Echavarria <[EMAIL PROTECTED]> wrote: > > >When i try to configure the MCPAN i get this > > error..:

Re: Problem configuring MCPAN

2004-08-26 Thread Owen
On Thu, 26 Aug 2004 09:45:57 -0700 (PDT) Joe Echavarria <[EMAIL PROTECTED]> wrote: >When i try to configure the MCPAN i get this > error..: > Connecting to ftp.perl.org:21... > ftp.perl.org: Host not found > Issuing "/usr/bin/ftp -n" > ftp.perl.org: unkno

Problem configuring MCPAN

2004-08-26 Thread Joe Echavarria
Hello, When i try to configure the MCPAN i get this error..: rying with "/usr/sfw/bin/ncftpget" to get ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz ftp.perl.org: unknown host. ncftpget: cannot open ftp.perl.org: unknown host. Trying with "/usr/sfw/bin/wget -O -&

RE: ActiveState Win32 MCPAN install problem

2004-04-16 Thread Traeder, Philipp
> -Original Message- > From: Jenda Krynicky [mailto:[EMAIL PROTECTED] > > If you look into C:\Perl\lib\Config.pm you'll find out that > ActivePerl is set to expect "nmake", not "make" and it was compiled > with MS Visual C, not with cygwin so modules compiled with cygwin may > not be compat

RE: ActiveState Win32 MCPAN install problem

2004-04-16 Thread Jenda Krynicky
From: "Traeder, Philipp" <[EMAIL PROTECTED]> > Did you solve this problem? I've got exactly the same problem at the > moment, and I tried more or less everything I could think of. I > started with a clean installation of ActivePerl, then it told me it > couldn't find make, so I installed cygwin wit

RE: ActiveState Win32 MCPAN install problem

2004-04-16 Thread Traeder, Philipp
> -Original Message- > From: Jenda Krynicky [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 16, 2004 8:57 PM > To: [EMAIL PROTECTED] > Subject: RE: ActiveState Win32 MCPAN install problem > > > From: "Michael Weber" <[EMAIL PROTECTED]> >

Re: make problems trying to run perl -MCPAN -e 'install "Bundle::Bugzilla"' on SuSE 9

2004-03-21 Thread WC -Sx- Jones
-- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible What does: perl -MCPAN -e 'install "Bundle::CPAN"' give you? Mine states: CPAN: Storable loaded ok Going to read /Root/.cpa

Re: make problems trying to run perl -MCPAN -e 'install "Bundle::Bugzilla"' on SuSE 9

2004-03-21 Thread Sean Moss-Pultz
computers :) I would STRONGLY recommend you do this first: perl -MCPAN -e 'install "Date::Format File::Spec"; perl -MCPAN -e 'install "Date::Parse"; Thanks for guidance. I ran into this error message while installing the TimeDate module: ---

Re: make problems trying to run perl -MCPAN -e 'install "Bundle::Bugzilla"' on SuSE 9

2004-03-21 Thread WC -Sx- Jones
f MySQL is not properly setup for Perl. I would STRONGLY recommend you do this first: perl -MCPAN -e 'install "Date::Format File::Spec"; perl -MCPAN -e 'install "Date::Parse"; Get this working: perl -MCPAN -e 'install "Template"; Then work on MySQL an

make problems trying to run perl -MCPAN -e 'install "Bundle::Bugzilla"' on SuSE 9

2004-03-21 Thread Sean Moss-Pultz
hat I gathered from the install guide I should be able to run: perl -MCPAN -e 'install "Bundle::Bugzilla"' This is where my problems begin. When the script is done running it output the following message: Checking if your kit i

RE: ActiveState Win32 MCPAN install problem

2004-03-16 Thread Jenda Krynicky
From: "Michael Weber" <[EMAIL PROTECTED]> > > Good morning! > > > > I am running ActiveState Perl, latest and greatest, on a Win2000 > > box. > > > When I try to install modules from CPAN, I get the following error: > > > > G:\>pe

RE: ActiveState Win32 MCPAN install problem

2004-03-16 Thread Michael Weber
Same result. Any other ideas? Thanx! >>> "Rajesh Dorairajan" <[EMAIL PROTECTED]> 03/16/04 12:27PM >>> Try perl -MCPAN -e "force install Mail::Sender" Rajesh > -Original Message- > From: Michael Weber [mailto:[EMAIL PROTECTED] &g

RE: ActiveState Win32 MCPAN install problem

2004-03-16 Thread Rajesh Dorairajan
Try perl -MCPAN -e "force install Mail::Sender" Rajesh > -Original Message- > From: Michael Weber [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 16, 2004 9:28 AM > To: [EMAIL PROTECTED] > Subject: ActiveState Win32 MCPAN install problem > > &g

ActiveState Win32 MCPAN install problem

2004-03-16 Thread Michael Weber
Good morning! I am running ActiveState Perl, latest and greatest, on a Win2000 box. When I try to install modules from CPAN, I get the following error: G:\>perl -MCPAN -e "install Mail::Sender" CPAN: Storable loaded ok Going to read \.cpan\Metadata Database was generated on Tue

RE: How to reconfigure MCPAN ?

2003-12-22 Thread BERTHOLD Jean
ia [mailto:[EMAIL PROTECTED] Envoyé : lundi, 22. décembre 2003 16:46 À : BERTHOLD Jean; [EMAIL PROTECTED]; BERTHOLD Jean Objet : Re: How to reconfigure MCPAN ? > Hello, > > I have a problem with Cpan module: > At the first running of Perl installation, I received the following promp

Re: How to reconfigure MCPAN ?

2003-12-22 Thread Wiggins d Anconia
> Hello, > > I have a problem with Cpan module: > At the first running of Perl installation, I received the following prompt: > > "Are you ready for manual configuration? [yes] " > > Everything step of install except I put a wrong response at: > > Parameters for the 'perl Makefile.PL' command

How to reconfigure MCPAN ?

2003-12-22 Thread BERTHOLD Jean
Hello, I have a problem with Cpan module: At the first running of Perl installation, I received the following prompt: "Are you ready for manual configuration? [yes] " Everything step of install except I put a wrong response at: Parameters for the 'perl Makefile.PL' command? Typical frequently u

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Elaine -HFB- Ashton
Joey Smith [[EMAIL PROTECTED]] quoth: *>Actually, your question led me in the right direction... *> *>I just used CPAN to install Term::ReadLine:Gnu, and everything seems to *>work just fine now! I guess Term::ReadLine doesn't use GNU readline by *>default, or something... That's odd as Term::Rea

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Joey Smith
Actually, your question led me in the right direction... I just used CPAN to install Term::ReadLine:Gnu, and everything seems to work just fine now! I guess Term::ReadLine doesn't use GNU readline by default, or something... Thanks, all, for the help! On Fri, 7 Sep 2001, Brett W. McCoy wrote th

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Brett W. McCoy
On Fri, 7 Sep 2001, Joey Smith wrote: > Good question...how do I determine that? > > Perhaps the GNU readline on my system is out of sync with CPAN's > upstream version... Try aptgetting the deb for GNU readline and see if it needs updating. -- Brett ht

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Joey Smith
Good question...how do I determine that? Perhaps the GNU readline on my system is out of sync with CPAN's upstream version... On Fri, 7 Sep 2001, Brett W. McCoy wrote the following to Joey Smith : > On Fri, 7 Sep 2001, Joey Smith wrote: > > > I don't think so...this is on Debian GNU/Linux 2.2

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Brett W. McCoy
On Fri, 7 Sep 2001, Joey Smith wrote: > I don't think so...this is on Debian GNU/Linux 2.2 (also known as > Potato). :) Does Term::Readline depend on the GNU readline library? -- Brett http://www.chapelperilous.net/ -

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Joey Smith
I don't think so...this is on Debian GNU/Linux 2.2 (also known as Potato). :) On Fri, 7 Sep 2001, Elaine -HFB- Ashton wrote the following to Joey Smith : > Joey Smith [[EMAIL PROTECTED]] quoth: > *>Thanks for the input. > *> > *>"Strangely" means what I said in the latter sentence...no command >

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Elaine -HFB- Ashton
Joey Smith [[EMAIL PROTECTED]] quoth: *>Thanks for the input. *> *>"Strangely" means what I said in the latter sentence...no command *>completion at all, no history, and control-d does not work. *> *>I have reinstalled Bundle::CPAN several times, and even did a force on *>Term::ReadKey and Term::R

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Joey Smith
Thanks for the input. "Strangely" means what I said in the latter sentence...no command completion at all, no history, and control-d does not work. I have reinstalled Bundle::CPAN several times, and even did a force on Term::ReadKey and Term::ReadLine, since they said they were up to date after

Re: Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Elaine -HFB- Ashton
Joey Smith [[EMAIL PROTECTED]] quoth: *>Recently, many of my systems have begun acting very strangely when I try *>to use CPAN's "shell" mode. I have no command completion, no history, *>and when I try to exit with "Control-D", it just shows ^D... Can you define 'strangely' a little more descript

Problems with "perl -MCPAN -e shell"

2001-09-07 Thread Joey Smith
Recently, many of my systems have begun acting very strangely when I try to use CPAN's "shell" mode. I have no command completion, no history, and when I try to exit with "Control-D", it just shows ^D... As this is happening across many different systems, I'm assuming it is something I have done

Re: MCPAN

2001-07-18 Thread Ask Bjoern Hansen
1 (or setenv FTP_PASSIVE 1 or whatever your shell takes) or perl -MCPAN -e '$ENV{FTP_PASSIVE}=1; shell' would also do the job. - ask > Terry Poperszky wrote: > > > > Question? How do I set MCPAN to use passive FTP connection? > > > > Terry -- --

Re: MCPAN

2001-07-18 Thread Will Cottay
I changed line 1860 in 5.6.0/CPAN.pm to read: my $ftp = Net::FTP->new($host, Passive=>1); which works here, but I didn't spend much time looking to see if anyone had done it properly. -will Terry Poperszky wrote: > > Question? How do I set MCPAN to use passive FTP conne

MCPAN

2001-07-18 Thread Terry Poperszky
Question? How do I set MCPAN to use passive FTP connection? Terry

Re: perl -MCPAN -e shell / ppm / vpm - do what exactly?

2001-06-04 Thread Elaine -HFB- Ashton
Oliver Glass [[EMAIL PROTECTED]] quoth: *>I have activestate perl installed on NT and used to use VPM for *>installing packages. Recently, I discovered 'perl -MCPAN -e shell' when *>using cygwin and found it works on NT also. I know ppm is something to *>do with

RE: perl -MCPAN -e shell / ppm / vpm - do what exactly?

2001-06-04 Thread Jamie Krasnoo
perl -MCPAN -e shell puts you in the command prompt of the module downloader for cpan not sure about ppm but I did find this PPM faq http://www.activestate.com/Products/ActivePerl/docs/faq/ActivePerl-faq2.html I couldn't find anything on vpm. Jamie -Original Message- From: O

perl -MCPAN -e shell / ppm / vpm - do what exactly?

2001-06-04 Thread Oliver Glass
I have activestate perl installed on NT and used to use VPM for installing packages. Recently, I discovered 'perl -MCPAN -e shell' when using cygwin and found it works on NT also. I know ppm is something to do with packages too... So what's the difference between these three