Re: CPAN not working, or is it?

2019-03-12 Thread Gary Stainburn
t;; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/usr/local/share/perl5"; export PERL_MM_OPT; PERL5LIB="/usr/local/share/perl5"; export PERL5LIB; I then logged out, back in, and checked everything looked good. I then tried the new setup by using CPAN to 'install CPAN'

Re: CPAN not working, or is it?

2019-03-12 Thread Magnus Woldrich
On Mar 11, Gary Stainburn (Gary Stainburn) wrote: I started off as always by using RPM's for everything I possibly can. I then started to use CPAN for everything else. You should use cpan(m) for everything. That way all modules will be up to date and they will be installed into the

Re: CPAN not working, or is it?

2019-03-11 Thread Bruce Ferrell
;t build unless the devel is present CPAN isn't real good at reporting why the build failed, just that it failed. What I've learned to  do when I have this sort of issue is to pop out of CPAN and into ~/.cpan/build. Locate the unpacked module and try the build manually. I get better

Re: CPAN not working, or is it?

2019-03-11 Thread Mike Flannigan
trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I then started to use CPAN for everything else. It looked like CPAN was working and th

CPAN not working, or is it?

2019-03-11 Thread Gary Stainburn
I'm replacing a dead F19 box with a new C7 one and I'm trying to get my Perl install completed. Ultimately, I need to get Selenium::Remote::Driver working, but I'm struggling before that. I started off as always by using RPM's for everything I possibly can. I then sta

Re: CPAN will shutdown

2018-05-29 Thread Andreas Eder
On Mi 23 Mai 2018 at 16:20, fudmier via beginners wrote: > et Brutus! part of big brother scam.. ? You mean: et tu Brute? 'Andreas -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: CPAN will shutdown

2018-05-29 Thread William A Rowe Jr
On Tue, May 22, 2018 at 10:41 PM, Practical Perl wrote: > *search.cpan.org <http://search.cpan.org> is shutting down* > For details read Perl NOC > <https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html>. > After June 25th this page will redirect

Re: CPAN will shutdown

2018-05-23 Thread fudmier via beginners
Perl  and Search.perl.org are not in need of replacement? BTW what is happening to Julian Assange? et Brutus! part of big brother scam.. ? On 2018-05-23 12:33 AM, Octavian Rasnita wrote: "2) It’s not “shutting down” so much as it is being replaced by the existing MetaCPAN search site. This is

RE: CPAN will shutdown

2018-05-23 Thread Duncan Ferguson
Just to clear things up – CPAN is NOT shutting down! The website http://search.cpan.org/ is being *replaced* by http://search.mcpan.org/ - the rest of the cpan subdomains (such as pause.cpan.org) are not being touched. Read https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html for

Re: CPAN will shutdown

2018-05-22 Thread Martin Kaspar
Hello plz let us know what is going on there. CPAN closing - shutting down - this is crazy - i cannot believe this. well whats up with the people there we need CPAN plz help to keep this place alive cheers martin On Wed, May 23, 2018 at 5:47 AM, John SJ Anderson wrote: > > > On

Re: CPAN will shutdown

2018-05-22 Thread Octavian Rasnita
"2) It’s not “shutting down” so much as it is being replaced by the existing MetaCPAN search site. This is positive news about the future of Perl: an older, less capable tool has been replaced" metacpan.org has some disadvantages compared with search.cpan.org, and some missing features, so it

Re: CPAN will shutdown

2018-05-22 Thread Raunak Kathuria
Also please don't use misleading subject. CPAN is altogether different from search.cpan.org. Regards Raunak On Wed, May 23, 2018 at 11:50 AM John SJ Anderson wrote: > > > On 22May2018, at 20:41, Practical Perl wrote: > > > > search.cpan.org is shutting down >

Re: CPAN will shutdown

2018-05-22 Thread John SJ Anderson
> On 22May2018, at 20:41, Practical Perl wrote: > > search.cpan.org is shutting down > For details read Perl NOC. After June 25th this page will redirect to > MetaCPAN.org 1) Please don’t cross-post between this list and other lists. It’s rude. 2) It’s not “shutting down” so much as it is b

CPAN will shutdown

2018-05-22 Thread Practical Perl
*search.cpan.org <http://search.cpan.org> is shutting down* For details read Perl NOC <https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html>. After June 25th this page will redirect to MetaCPAN.org <http://search.mcpan.org/> So does as well as Perl?

CPAN install problems - WWW::Mechanize::Firefox fails allmost every time

2015-02-19 Thread Martin Kaspar
hi Gary, hi List, today i am running opensuse 13.1 - and i am trying to install mozrepl and perl BTW - friends told me to avoid all perlbrew tings... so i did the following perl -MCPAN -e shell cpan> install WWW::Mechanize::Firefox - it failed... see Parse errors: No plan found in

Re: simple module install via CPAN not working.

2015-02-17 Thread Brandon McCaig
list and looking at Test::Tester and > Test::NoWarnings. > > Installing Test::Tester worked fine, but when I try to install > Test::NoWarning it fails saying that Test::Tester is missing: > > cpan[2]> install Test::NoWarnings *snip* The cpan(1) client is rather low-level. It&#x

simple module install via CPAN not working.

2015-02-16 Thread Gary Stainburn
orked fine, but when I try to install Test::NoWarning it fails saying that Test::Tester is missing: cpan[2]> install Test::NoWarnings Running install for module 'Test::NoWarnings' Running make for A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz Checksum for /root/.cpan/sources/authors/i

Yum / CPAN install problems - WWW::Mechanize::Firefox

2015-02-16 Thread Gary Stainburn
27;ve done yum install perl-Template-Toolkit perl-JSON.noarch perl-Data-JavaScript \ perl-Text-Unidecode.noarch perl-HTML-Selector-XPath.noarch perl-WWW-Mechanize successfully. Then tried in CPAN install WWW::Mechanize::Firefox Below is the end of the output from this, showing the modules t

Re: Where to put example script of my CPAN distribution

2014-10-09 Thread Shlomi Fish
Hi Sebastien! On Thu, 9 Oct 2014 23:16:51 +0200 Sebastien Feugere wrote: > You can put a simple example in the POD's "SYNOPSYS" section of your module > as you can find on most of Perl modules (check a random CPAN module to see). > > See : > * http://juerd.nl/

Re: Where to put example script of my CPAN distribution

2014-10-09 Thread Shlomi Fish
Hi Alex, On Thu, 9 Oct 2014 22:52:19 +0200 Alex Becker wrote: > Hi all! > > Similar to my question about the lib folder of a Perl module, I would like > to knoe where one should put example scripts in a CPAN distribution. > > I've seen modules using an eg folder and I&

Re: Where to put example script of my CPAN distribution

2014-10-09 Thread Alex
e in the POD's "SYNOPSYS" section of your module > as you can find on most of Perl modules (check a random CPAN module to see). > > See : > * http://juerd.nl/site.plp/perlpodtut > * http://perldoc.perl.org/perlpodstyle.html > > > ~$&bast1 > &

Re: Where to put example script of my CPAN distribution

2014-10-09 Thread Sebastien Feugere
You can put a simple example in the POD's "SYNOPSYS" section of your module as you can find on most of Perl modules (check a random CPAN module to see). See : * http://juerd.nl/site.plp/perlpodtut * http://perldoc.perl.org/perlpodstyle.html ~$&bast1 On Thu, Oct 9, 201

Where to put example script of my CPAN distribution

2014-10-09 Thread Alex Becker
Hi all! Similar to my question about the lib folder of a Perl module, I would like to knoe where one should put example scripts in a CPAN distribution. I've seen modules using an eg folder and I'm always tempted to use a more mnemonic version: examples. Is there a best practice?

Re: Why to use a lib folder for a CPAN module

2014-10-09 Thread Ken Peng
Module-starter is cool. I always use that for my packages management. First of all, you should not use h2xs, but rather Dist-Zilla or Module-Starter (https://metacpan.org/release/Module-Starter ). -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beg

Re: Why to use a lib folder for a CPAN module

2014-10-09 Thread Shlomi Fish
Hi Alex, On Wed, 8 Oct 2014 19:59:12 +0200 Alex Becker wrote: > Hi! > > When creating the base for a new CPAN module using h2xs (e.g. with the > command h2xs -b 5.10 -XA -n Super::Duper::Module), there is a lib folder > created. First of all, you should not use h2xs, but rathe

Why to use a lib folder for a CPAN module

2014-10-08 Thread Alex Becker
Hi! When creating the base for a new CPAN module using h2xs (e.g. with the command h2xs -b 5.10 -XA -n Super::Duper::Module), there is a lib folder created. In this lib folder, the name space is mirrored by a directory tree (e.g. lib/Super/Duper/Module.ppm). Now, while browsing CPAN, I noticed

Re: module installation error from cpan cli

2014-07-14 Thread Benjamin Fernandis
Thx, it works. I just reinstalled with CENTOS 7. After installing Test::More from cpan it works now. On Tue, Jul 15, 2014 at 12:22 AM, David Precious wrote: > On Tue, 15 Jul 2014 00:07:16 +1200 > Benjamin Fernandis wrote: > > > Hi, > > > > I got below error wh

Re: module installation error from cpan cli

2014-07-14 Thread David Precious
On Tue, 15 Jul 2014 00:07:16 +1200 Benjamin Fernandis wrote: > Hi, > > I got below error while installing Devel::Trace module to trace each > line of script like sh -x. [...] > cpan[1]> install Devel::Trace [...] > t/compile.t .. Can't locate Test/More.pm in @INC (@IN

module installation error from cpan cli

2014-07-14 Thread Benjamin Fernandis
Hi, I got below error while installing Devel::Trace module to trace each line of script like sh -x. [root@ahc151l backup]# cpan Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v1.9800) Enter 'h' for help. cpan[1]> install Devel::

CPAN Not installing dependencies ( was: Re: want to write to file in different format )

2014-07-08 Thread Kent Fredric
prereqs.t . ok > t/basename.t .. File::Spec version 3.4 required--this > is only version 3.33 at > /root/.cpan/build/Path-Tiny-0.055-9ghu3X/blib/lib/Path/Tiny.pm line 12. > BEGIN failed--compilation aborted at > /root/.cpan/build/Path-Tiny-0.055-9ghu3

Re: Running module using cpan.

2014-06-10 Thread John SJ Anderson
On Tue, Jun 10, 2014 at 9:47 PM, Priyal Jain wrote: > Hello, > > I uploaded my module in CPAN on 02June,2014 > http://search.cpan.org/search?mode=all&query=Net%3A%3ANetconf but while > installing my module using cpan i.e. "cpan Net::Netconf" its giving warning Have

Running module using cpan.

2014-06-10 Thread Priyal Jain
Hello, I uploaded my module in CPAN on 02June,2014 http://search.cpan.org/search?mode=all&query=Net%3A%3ANetconf but while installing my module using cpan i.e. "cpan Net::Netconf" its giving warning " Warning: Cannot install Net::Netconf, don't know what it is. Try

RE: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-29 Thread Priyal Jain
Hello, I am still getting error, Following is the error message: root@priyal:/usr/local/share/perl/5.14.2# cpanm Net::Netconf --> Working on Net::Netconf Fetching http://search.cpan.org/CPAN/authors/id/J/JP/JPRIYAL/Net-Netconf-0.01.zip ... OK ! Bad archive: [testing: Net-Netconf-0

Re: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-28 Thread Sebastien Feugere
u could maybe post the full failure log ? ~$&bast1 On Thu, May 29, 2014 at 12:32 PM, Priyal Jain wrote: > Hello, > > I have uploaded my Perl module in CPAN, > *http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf*<http://search.cpan.org/search?mode=all&

RE: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-28 Thread Priyal Jain
Hello, I have uploaded my Perl module in CPAN, http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf, but when I am trying to install it using 'cpan Net::netconf' its saying don't know what it is /Net::Netconf/ , cannot install it. Please suggest something

Re: CPAN unavailable

2014-05-21 Thread Octavian Rasnita
ng). Like you said http://metacpan.org/ is up, and it is also open source, provides a web API, and is otherwise better. Better, but unfortunately not for everybody. I checked a few CPAN mirrors but all seem to send the search queries to search.cpan.org, so they are not very helpful either. It is st

Re[3]: CPAN unavailable

2014-05-20 Thread Yonghua Peng
org doesn't work. > >$ sudo cpanm Dancer >--> Working on Dancer >Fetching >http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz ... >FAIL >! Download >http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz >fai

Re: CPAN unavailable

2014-05-20 Thread Mike
I would recommend using http://metacpan.org And for installing modules, you could try cpanminus: curl -L http://cpanmin.us | perl - --sudo App::cpanminu On 5/20/14, 8:22 PM, Yonghua Peng wrote: Hello, Do you know why these days cpan.org has been unavailable? I always got: 503 Service Unav

Re: CPAN unavailable

2014-05-20 Thread Shlomi Fish
Hi all, On Wed, 21 May 2014 11:49:17 +1000 wrote: > > From: Yonghua Peng > > > Do you know why these days cpan.org has been unavailable? > > I don't know why, but it has been down (often for lengthy periods) quite a > bit lately. > Thankfully, https://metacpan.org seems to be always availabl

Re: CPAN unavailable

2014-05-20 Thread sisyphus1
From: Yonghua Peng Do you know why these days cpan.org has been unavailable? I don't know why, but it has been down (often for lengthy periods) quite a bit lately. Thankfully, https://metacpan.org seems to be always available. Cheers, Rob -- To unsubscribe, e-mail: beginners-unsubscr..

Re: CPAN unavailable

2014-05-20 Thread Jim Gibson
On May 20, 2014, at 6:41 PM, Yonghua Peng wrote: > I probably meant search.cpan.org doesn't work. Try picking a different mirror. These are the ones I am using: http://httpupdate35.cpanel.net/CPAN/ http://mirrors.gossamer-threads.com/CPAN/ http://cpan.cs.utah.edu/ -- To unsubscribe

Re[2]: CPAN unavailable

2014-05-20 Thread Yonghua Peng
I probably meant search.cpan.org doesn't work. $ sudo cpanm Dancer --> Working on Dancer Fetching http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz ... FAIL ! Download http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Dancer-1.3124.tar.gz failed.

CPAN unavailable

2014-05-20 Thread Yonghua Peng
Hello, Do you know why these days cpan.org has been unavailable? I always got: 503 Service Unavailable No server is available to handle this request. Thanks. 

Re: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-17 Thread Shlomi Fish
Hi Priyal, On Fri, 16 May 2014 11:15:25 + Priyal Jain wrote: > Hello, > > I am getting following message when I run "cpan Net::Netconf" > > Checking if EOF on pty slave is correctly reported to master... > (this fails on about 50% of the supported systems, so

RE: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-16 Thread Priyal Jain
Hello, I am getting following message when I run "cpan Net::Netconf" Checking if EOF on pty slave is correctly reported to master... (this fails on about 50% of the supported systems, so don't panic! Expect will work anyway!) TIMEOUT Sorry, you may not notice if the spawned pro

Re: Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-16 Thread Shlomi Fish
Hi Priyal, please reply to all recipients / to the list. On Fri, 16 May 2014 08:41:02 + Priyal Jain wrote: > Hello, > > I am uploading my module Net::Netconf > http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf in CPAN, but > its giving error of dependency n

Error in installing "Bundle::Expect" as dependency for some other module using CPAN

2014-05-16 Thread Priyal Jain
Hello, I am uploading my module Net::Netconf http://search.cpan.org/search?mode=all&query=net%3A%3Anetconf in CPAN, but its giving error of dependency not found for Bundle::Expect. I am mentioning all my dependency in Makefile.Pl "use ExtUtils::MakeMaker; our $VERSION ='0.

Re: CPAN utility

2014-03-18 Thread Shlomi Fish
ve the following problem: > --- > I am using CPAN utility from ActivePerl. > Platform WIN7 64bit. Ah, well, in general, Strawberry Perl is more recommended for using on Windows: http://perl-begin.org/platforms/windows/ (*Note* that perl-begin.org is

Re: CPAN utility

2014-03-18 Thread Yonghua Peng
Paul said: >--- >Depending on the distribution you are using you might have a tool to >automate the process of recursively installing dependencies. > >I have the following problem: >--- >I am using CPAN utility from ActivePe

CPAN utility

2014-03-18 Thread Yosef Levy
Hello All, Paul said: --- Depending on the distribution you are using you might have a tool to automate the process of recursively installing dependencies. I have the following problem: --- I am using CPAN utility from ActivePerl

Re: Installing Perl and CPAN local

2014-03-04 Thread Sébastien
Please do http://learn.perl.org/installing/windows.html then http://www.cpan.org/modules/INSTALL.html. On 4 March 2014 17:42:01 GMT+07:00, Yosef Levy wrote: >Hello All, > >I am interesting install Perl and CPAN modules in custom location >folders. >I am using WIN7 64bit. >Pl

Re: Installing Perl and CPAN local

2014-03-04 Thread Matt McAdory
ology is indistinguishable from magic. On Tue, Mar 4, 2014 at 4:42 AM, Yosef Levy wrote: > Hello All, > > I am interesting install Perl and CPAN modules in custom location folders. > I am using WIN7 64bit. > Pls. provide me step by step in depended installation from scratch. > > Rgds. >

Re: Installing Perl and CPAN local

2014-03-04 Thread Dermot
files and the rest should be straight-forward. Good luck, Dermot. On 4 March 2014 10:42, Yosef Levy wrote: > Hello All, > > I am interesting install Perl and CPAN modules in custom location folders. > I am using WIN7 64bit. > Pls. provide me step by step in depended installati

Installing Perl and CPAN local

2014-03-04 Thread Yosef Levy
Hello All, I am interesting install Perl and CPAN modules in custom location folders. I am using WIN7 64bit. Pls. provide me step by step in depended installation from scratch. Rgds.

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-17 Thread Marc Perry
Hi Brian, Very nicely explained. I suppose Perl Beginners is not the best forum for this question. I clearly didn't understand the various ways to use prove. Thanks, --Marc On Sun, Feb 16, 2014 at 10:13 AM, Brian Fraser wrote: > On Sat, Feb 15, 2014 at 10:34 PM, Marc Perry wrote: > >> Has

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-16 Thread Brian Fraser
On Sat, Feb 15, 2014 at 10:34 PM, Marc Perry wrote: > Has anyone else encountered this? I had to dig down deep in my testing > lore and run 'prove -v t/simple.t' before I could find the STDERR that > revealed this. When I reviewed the files in the Module, sure enough: > use Module::Build::Tiny (

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-16 Thread Marc Perry
at – but the tests still passed > and the module installed. > > (Strawberry Perl ships with Module-Build-Tiny, so in order to emulate your > situation I removed it before trying to install the module using > cpan.) > > Cheers, > Rob > > *From:* Marc Perry &

Re: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-15 Thread sisyphus1
to emulate your situation I removed it before trying to install the module using cpan.) Cheers, Rob From: Marc Perry Sent: Sunday, February 16, 2014 8:34 AM To: beginners@perl.org Subject: Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF? Has

Installing Module::Build::Tiny from CPAN fails . . . because it requires Module::Build::Tiny!?! WTF?

2014-02-15 Thread Marc Perry
Has anyone else encountered this? I had to dig down deep in my testing lore and run 'prove -v t/simple.t' before I could find the STDERR that revealed this. When I reviewed the files in the Module, sure enough: use Module::Build::Tiny (which unfortunately I don't have and am trying to install).

Re: error installing catalyst via cpan

2014-02-10 Thread Octavian Rasnita
There is more than one way to do it. Some of them work in some cases, other ways in other cases... :-) I found some modules that installed well only with cpan and not with cpanm, or the other way around. --Octavian - Original Message - From: "Luca Ferrari" To: "Octavi

Re: error installing catalyst via cpan

2014-02-10 Thread Luca Ferrari
On Mon, Feb 10, 2014 at 6:22 PM, Octavian Rasnita wrote: > Try installing Catalyst with cpanm. Or join Catalyst mailing list and ask > there. There may be more that know the answer. Thanks, I was able to install it via cpanm, even if I wonder why CPAN should not work Luca

Re: error installing catalyst via cpan

2014-02-10 Thread Luca Ferrari
On Mon, Feb 10, 2014 at 5:24 PM, Rodney Simioni wrote: > Can you upgrade CPAN? I did. I reloaded the CPAN shell and try it again, but the error remains the same. I was able to install it via cpanm. Luca -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-m

Re: error installing catalyst via cpan

2014-02-10 Thread Octavian Rasnita
Try installing Catalyst with cpanm. Or join Catalyst mailing list and ask there. There may be more that know the answer. --Octavian - Original Message - From: "Luca Ferrari" To: Sent: Monday, February 10, 2014 5:01 PM Subject: error installing catalyst via cpan Hi

error installing catalyst via cpan

2014-02-10 Thread Luca Ferrari
Hi all, while installing Catalyst::Devel on my machine I got the following: Fetching with LWP: http://www.planet-elektronik.de/CPAN/authors/id/D/DC/DCANTRELL/CHECKSUMS Catching error: "'' trapped by operation mask at (eval 308) line 1.\cJ at /usr/share/perl/5.14/CPAN/Distribution.p

Re: Installing via CPAN

2013-08-15 Thread Shawn H Corey
On Thu, 15 Aug 2013 17:27:07 +0800 pangj wrote: > Then run 'cpanm DBI' to install the modules. Or run this from the command line: cpan DBI -- Don't stop where the ink does. Shawn -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additiona

Re: Installing via CPAN

2013-08-15 Thread timothy adigun
Hi, On Thu, Aug 15, 2013 at 9:34 AM, Klaus Jantzen wrote: > On 08/15/2013 10:22 AM, timothy adigun wrote: > > > Hi, > > On Thu, Aug 15, 2013 at 9:04 AM, Klaus Jantzen wrote: > >> Hi, >> >> I am trying to install DBI.pm via CPAN. >> >> After

Re: Installing via CPAN

2013-08-15 Thread Klaus Jantzen
On 08/15/2013 10:22 AM, timothy adigun wrote: Hi, On Thu, Aug 15, 2013 at 9:04 AM, Klaus Jantzen mailto:k.d.jant...@t-online.de>> wrote: Hi, I am trying to install DBI.pm via CPAN. After cpan> i DBI I get BundleBundle::DBI(TIMB/

Re: Installing via CPAN

2013-08-15 Thread timothy adigun
Hi, On Thu, Aug 15, 2013 at 9:04 AM, Klaus Jantzen wrote: > Hi, > > I am trying to install DBI.pm via CPAN. > > After > cpan> i DBI > I get > > BundleBundle::DBI(TIMB/DBI-1.628.tar.gz) > Module < DBI(TIMB/DBI-1.628.tar.g

Installing via CPAN

2013-08-15 Thread Klaus Jantzen
Hi, I am trying to install DBI.pm via CPAN. After cpan> i DBI I get BundleBundle::DBI(TIMB/DBI-1.628.tar.gz) Module < DBI(TIMB/DBI-1.628.tar.gz) 2 items found And what do I do now? I tried different inputs but nothing works. Thanks for a hint on

Re: cpan App::cpanminus

2013-07-23 Thread Andy Bach
On Tue, Jul 23, 2013 at 1:59 AM, *Shaji Kalidasan* wrote: > You might be behind a firewall which blocks http or https requests > originating from non browsers. You can test this by using a tool like wget, curl or even telnet to try and connect to the strawberry perl site from the command line.

Re: cpan App::cpanminus

2013-07-23 Thread Luca Ferrari
On Tue, Jul 23, 2013 at 8:59 AM, *Shaji Kalidasan* wrote: > Rohit, > > You might be behind a firewall which blocks http or https requests > originating from non browsers. This type of blocking will be typically be > categorized into Dos attack (denial-of-service attack). Your network > administrat

Re: cpan App::cpanminus

2013-07-23 Thread *Shaji Kalidasan*
gift back to God. --- From: Robert Freiberger To: rohit.s...@hqcc.sahara.co.in Cc: Jim Gibson ; begin Perl Beginners Sent: Tuesday, 23 July 2013 12:15 PM Subject: Re: cpan App::cpanminus Hello Rohit,  I had some issues installing Cpanminus, and I found out th

Re: cpan App::cpanminus

2013-07-22 Thread Robert Freiberger
Jul 22, 2013, at 3:41 AM, Rohit Soni wrote: > > > >> Dear All, > >> > >> I am a beginner and just wanted to ask that which Module(s) should I > >> start with. > >> On the Perl installation page, it has been written that you need to > >> install the

Re: cpan App::cpanminus

2013-07-22 Thread rohit . soni
on page, it has been written that you need to >> install the modules by running the command “cpan App::cpanminus” >> While running I am getting the error as… >> >> “CPAN: CPAN::SQLite loaded ok (v0.202) >> CPAN: LWP::UserAgent loaded ok (v6.04) >> CPAN: Time::

Re: cpan App::cpanminus

2013-07-22 Thread Jim Gibson
rl installation page, it has been written that you need to install > the modules by running the command “cpan App::cpanminus” > While running I am getting the error as… > > “CPAN: CPAN::SQLite loaded ok (v0.202) > CPAN: LWP::UserAgent loaded ok (v6.04) > CPAN: Time::HiRes loaded

FW: cpan App::cpanminus

2013-07-22 Thread Rohit Soni
Dear All, I am a beginner and just wanted to ask that which Module(s) should I start with. On the Perl installation page, it has been written that you need to install the modules by running the command "cpan App::cpanminus" While running I am getting the error as. "CPA

Re: How do I update CPAN?

2013-05-14 Thread Peter Eztta
>From within the CPAN shell (i.e. issue the cpan command from the commandline) >issue the two commands listed below: install CPAN Once that's done reload CPAN The rest should happen automagically for you. Thanks, Peter H. Ezetta On Tue, May 14, 2013 at 03:05:59PM -0700, Sher

How do I update CPAN?

2013-05-14 Thread Sherman Willden
I received the below message. Now what? I am not familiar with install. Thank you; Sherman Fetching with HTTP::Tiny: http://httpupdate35.cpanel.net/CPAN/modules/02packages.details.txt.gz Reading '/home/sherman/.cpan/sources/modules/02packages.details.txt.gz' Database was generated

Re: Installing from CPAN -- YAML

2013-03-21 Thread Brandon McCaig
On Wed, Mar 20, 2013 at 04:33:28PM +0100, Klaus Jantzen wrote: > Hi, Hello, > when installing a module from CPAN I always get the hint that > YAML is not installed. > > To solve the problem I tried to find YAML on CPAN and found > dozens of pages with YAML. Scanning the

Re: Installing from CPAN -- YAML

2013-03-21 Thread daniël
Hey Klaus, run the cpan command then... o conf yaml_module YAML o conf commit that'll tell the cpan module to use the YAML module. hope this helps daniël On 20 March 2013 16:33, Klaus Jantzen wrote: > Hi, > > when installing a module from CPAN I always get the hint th

Installing from CPAN -- YAML

2013-03-21 Thread Klaus Jantzen
Hi, when installing a module from CPAN I always get the hint that YAML is not installed. To solve the problem I tried to find YAML on CPAN and found dozens of pages with YAML. Scanning the entries I detected CPAN::Meta::YAML. Its documentation seems to indicate that that is what I need. I

Re: Is there one CPAN module to do install/uninstall/locallist etc.?

2013-03-13 Thread Brad Lhotsky
You can do all these things via CPAN.pm using the cpan binary. cpanm is very nice as well, here's some work I did with an off-system perl that provides stubs for automated testing and such: https://github.com/reyjrar/optperl/tree/master/optperl.puppet This repo has a lot more stuff, lik

CPAN and AI::Prolog

2013-03-13 Thread John Sampson
On 13/03/2013 17:11, John SJ Anderson wrote: On Wed, Mar 13, 2013 at 5:18 AM, John Sampson wrote: Hello - I installed Strawberry Prolog on Windows 7 and tried to install AI::Prolog from the CPAN. I assume you mean "Strawberry Perl". As far as I can see from the slew of messages t

Re: CPAN and AI::Prolog

2013-03-13 Thread Brian Fraser
On Wed, Mar 13, 2013 at 9:18 AM, John Sampson wrote: > Hello - > > I installed Strawberry Prolog on Windows 7 and tried to install AI::Prolog > from the CPAN. > As far as I can see from the slew of messages this failed due to lack of > software packages > on which it depen

Re: CPAN and AI::Prolog

2013-03-13 Thread John SJ Anderson
On Wed, Mar 13, 2013 at 5:18 AM, John Sampson wrote: > Hello - > > I installed Strawberry Prolog on Windows 7 and tried to install AI::Prolog > from the CPAN. I assume you mean "Strawberry Perl". > As far as I can see from the slew of messages this failed due to lack of

CPAN and AI::Prolog

2013-03-13 Thread John Sampson
Hello - I installed Strawberry Prolog on Windows 7 and tried to install AI::Prolog from the CPAN. As far as I can see from the slew of messages this failed due to lack of software packages on which it depends (or depended). I have three questions: Has anyone recently successfully installed AI

Is there one CPAN module to do install/uninstall/locallist etc.?

2013-03-13 Thread chenlin rao
Hi all! I found some modules like App::CPANMinus, App::pmodinfo, App::pmuninstall and so on. But why there aren't one CPAN module to do these together? I'm writing a puppet provider for cpan, but now I found I need to pre-install several modules for '--list', &#

Re: Cannot install Tk from CPAN using Strawberry Perl 5.16

2012-11-19 Thread boB Stepp
On Sun, Nov 18, 2012 at 9:19 PM, boB Stepp wrote: > I am running Win7Pro-64bit and using Strawberry Perl 64 bit version > 5.16. When I attempt to use "install Tk" from Strawberry Perl's > "cpan>" prompt I get two instances of "perl.exe not responding"

Cannot install Tk from CPAN using Strawberry Perl 5.16

2012-11-18 Thread boB Stepp
I am running Win7Pro-64bit and using Strawberry Perl 64 bit version 5.16. When I attempt to use "install Tk" from Strawberry Perl's "cpan>" prompt I get two instances of "perl.exe not responding". After responding OK to the first, activity resumes, but after

Re: Learning CPAN

2012-10-15 Thread Leo Lapworth
Hi Danny, On 5 October 2012 03:03, Danny Gratzer wrote: > However I feel like I'm missing most of Perl with CPAN, sure I > know the basic modules but is there any mailing list or website that > regularly features useful modules? > https://metacpan.org/module/Task::Kensho is

CPAN - Module Issue

2012-10-07 Thread Mike Flannigan
On 10/4/2012 9:15 PM, "Owen" wrote: There is spam free news group, comp.lang.perl.announce that puts out a posting every day listing a sample of about 50 modules. If you read that every day, you will get the idea of what is what. Alsohttp://search.cpan.org/ is the home site that allows you

Re: Learning CPAN

2012-10-06 Thread shawn wilson
besides news, you can also check out some of the perl mongers communities / lists. and you can get on irc - on freenode, there's #perl-help, and on the perl irc server, there's tons of different channels - even if you don't have anything to ask, sometimes it's good / fun to read the scroll every on

Re: Learning CPAN

2012-10-06 Thread John Delacour
On 05/10/2012 04:14, Hal Wigoda wrote: Who uses newsgroups anynore? What reader application is the best for reading news groups? If your ISP doesn’t provide a news feed then you can read usenet groups in Google: If y

RE: Learning CPAN

2012-10-05 Thread Bob McConnell
> From: Jim Gibson > > On Oct 4, 2012, at 8:14 PM, Hal Wigoda wrote: > > > Who uses newsgroups anymore? > > I do. There are lots of people still using Usenet. > > > What reader application is the best for reading news groups? > > It depends upon your platform. I use Thoth on a Mac. There are l

Re: Learning CPAN

2012-10-04 Thread Jim Gibson
On Oct 4, 2012, at 8:14 PM, Hal Wigoda wrote: > Who uses newsgroups anymore? I do. There are lots of people still using Usenet. > What reader application is the best for reading news groups? It depends upon your platform. I use Thoth on a Mac. There are lots of choices. As for groups, see 'pe

Re: Learning CPAN

2012-10-04 Thread Shlomi Fish
Hi all, On Fri, 5 Oct 2012 12:15:56 +1000 "Owen" wrote: > > > Hello, > > So I have been using perl for about 9 months and I understand the > > syntax > > fairly well. However I feel like I'm missing most of Perl with CPAN, > > sure I > > k

Re: Learning CPAN

2012-10-04 Thread Hal Wigoda
Who uses newsgroups anynore? What reader application is the best for reading news groups? On Thu, Oct 4, 2012 at 9:15 PM, Owen wrote: > >> Hello, >> So I have been using perl for about 9 months and I understand the >> syntax >> fairly well. However I feel like I'

Re: Learning CPAN

2012-10-04 Thread Leo Susanto
I enjoyed Mark Fowler's presentation "CPAN modules every perl programmer should know" but I don't have the link to the presentation. or you just can browse through perl advent: http://perladvent.org/ On Thu, Oct 4, 2012 at 7:03 PM, Danny Gratzer wrote: > Hello, > So

Re: Learning CPAN

2012-10-04 Thread Owen
> Hello, > So I have been using perl for about 9 months and I understand the > syntax > fairly well. However I feel like I'm missing most of Perl with CPAN, > sure I > know the basic modules but is there any mailing list or website that > regularly features useful modu

Learning CPAN

2012-10-04 Thread Danny Gratzer
Hello, So I have been using perl for about 9 months and I understand the syntax fairly well. However I feel like I'm missing most of Perl with CPAN, sure I know the basic modules but is there any mailing list or website that regularly features useful modules?

  1   2   3   4   5   6   7   8   >