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: Is there one CPAN module to do install/uninstall/locallist etc.?

2013-03-13 Thread Brad Lhotsky
tall 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', '--install', '--update', > '--uninstall' while rubygems can do these all. >Any help? > -- Brad Lhotsky

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', &#

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: trying to install a cpan module

2010-11-28 Thread Sisyphus
- Original Message - From: "Mariano Loza Coll" To: Sent: Sunday, November 28, 2010 5:35 PM Subject: trying to install a cpan module Hi all, I'm new to programming, and only recently did I start playing around with command prompts, etc, so it's probably no sur

Re: trying to install a cpan module

2010-11-28 Thread Shlomi Fish
Hi Mariano, On Sunday 28 November 2010 08:35:34 Mariano Loza Coll wrote: > Hi all, > > I'm new to programming, and only recently did I start playing around with > command prompts, etc, so it's probably no surpise that I'm having some > difficulty trying to install a module using cpan. The module

trying to install a cpan module

2010-11-27 Thread Mariano Loza Coll
Hi all, I'm new to programming, and only recently did I start playing around with command prompts, etc, so it's probably no surpise that I'm having some difficulty trying to install a module using cpan. The module Math:GSL (GSL-0.22 by Jonathan Leto). I'm using ActivePerl 5.12 on Windows Vista Hom

Re: cpan module installation on Mac OS Leopard

2008-08-23 Thread WetMogwai
Find ran for hours without finding those, but I found a partial solution. If you open the CPAN shell and type: o conf makepl_arg install_base= it will install working modules. This is a partial solution because it has to be done with each session. It doesn't work to run cpan non- interactively. I

Re: cpan module installation on Mac OS Leopard

2008-08-19 Thread Xavier Mas
El Tuesday 19 August 2008 02:38:27 WetMogwai va escriure: > I'm having trouble with a Perl script. I installed Mac::Growl through > CPAN. It worked, but seemed to copy the final files to a place that > doesn't exist. I can't find it now. When I run my script, it says it > can't find Mac::Growl in @

cpan module installation on Mac OS Leopard

2008-08-18 Thread WetMogwai
I'm having trouble with a Perl script. I installed Mac::Growl through CPAN. It worked, but seemed to copy the final files to a place that doesn't exist. I can't find it now. When I run my script, it says it can't find Mac::Growl in @INC. How can I get CPAN to install modules into directories that e

Re: Install CPAN module in shared hosting

2008-03-28 Thread Rob Coops
available but if so be prepared for your provider to refuse installing it. Regards, Rob Coops On Fri, Mar 28, 2008 at 4:23 PM, anthony brooke <[EMAIL PROTECTED]> wrote: > Hello, > > I like to install CPAN modulike like AI::Prolog, I have the Cpanel that > have CPAN module instal

Install CPAN module in shared hosting

2008-03-28 Thread anthony brooke
Hello, I like to install CPAN modulike like AI::Prolog, I have the Cpanel that have CPAN module installer, but my shared hosting does not allow some modules to be installed like this AI::Prolog, what can I do ? Should I install it in my computer first and then copy the PM files to my web host

Re: CPAN Module Installation

2007-10-07 Thread Jeff Pang
2007/10/7, yitzle <[EMAIL PROTECTED]>: > Is there some way to turn off the tests that get performed after a > module is installed? I don't think to turn off 'make test' is a good idea. But on the other hand if you really don't like make test,you can force to make install it. > Does CPAN shell ch

CPAN Module Installation

2007-10-06 Thread yitzle
Is there some way to turn off the tests that get performed after a module is installed? Is that a bad idea? Does CPAN shell check to see if a module is already installed before trying to install it? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ht

Problems compiling GD CPAN module

2006-10-31 Thread Mário Gamito
Hi, I'm trying to compile GD-2.35 CPAN module, but i get this error: "make: *** [GD.o] Error 1" Nothing else. I've tried lower versions, but still get trhe same error. I'm running RHEL 2.1with PERL 5.6.1 Any help would be appreciated. Warm Regards, Mário Gamito

RE: Any CPAN module similar to Winrunner

2006-05-18 Thread Nagasamudram, Prasanna Kumar
Hi Dhanashri If you are looking for GUI test automation.you can try Win32::GUITest. Thanks Prasanna -Original Message- From: Shalaka [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 6:56 PM To: beginners@perl.org Subject: Any CPAN module similar to Winrunner Hi List! I&#

Re: Any CPAN module similar to Winrunner

2006-05-18 Thread Ken Foskey
On Thu, 2006-05-18 at 06:25 -0700, Shalaka wrote: > Hi List! > I'm a beginner in Perl, > i want to know if there is any module available which > allows me automated testing of an application. Test::More and the command `prove -r` I will attach a sample module and test to another email shortly..

RE: Any CPAN module similar to Winrunner

2006-05-18 Thread Timothy Johnson
What operating system are you using? -Original Message- From: Shalaka [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 6:26 AM To: beginners@perl.org Subject: Any CPAN module similar to Winrunner Hi List! I'm a beginner in Perl, i want to know if there is any module avai

Any CPAN module similar to Winrunner

2006-05-18 Thread Shalaka
Hi List! I'm a beginner in Perl, i want to know if there is any module available which allows me automated testing of an application. I saw there's WWW::Mechanize for Web based applications, but the one i'll be testing is not web-based. Thanks in advance, Dhanashri ___

Which CPAN module to alter Win32 Access Control List (ACL)?

2006-04-13 Thread siegfried
everyone access to the actual database (which typically has a .mdb extension), you cannot to the mdl because it is created on demand. So after the administrator account opens a MSAccess database, which CPAN module do I use to allow others to access the newly created mdl file? Thanks, Siegfried

Re: cpan module installation using Activestate perl package manager

2006-03-14 Thread Sonika Sachdeva
ECTED]> wrote: > > perl -MCPAN -e "install FILE::TAIL" > > -Original Message- > From: Sonika Sachdeva [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 14, 2006 11:06 AM > To: beginners@perl.org > Subject: cpan module installation using Activestate perl packa

RE: cpan module installation using Activestate perl package manager

2006-03-14 Thread Paul Ohashi
perl -MCPAN -e "install FILE::TAIL" -Original Message- From: Sonika Sachdeva [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 11:06 AM To: beginners@perl.org Subject: cpan module installation using Activestate perl package manager Hi, How do i install FILE::

Re: cpan module installation using Activestate perl package manager

2006-03-14 Thread Chas Owens
On 3/14/06, Sonika Sachdeva <[EMAIL PROTECTED]> wrote: > Hi, > > How do i install FILE::TAIL using activestate perl > doing a search using perl package manager doesnt show File::Tail module in > its repository > > thanks, It looks like ActiveState does not have this module prepackaged. If you pay

cpan module installation using Activestate perl package manager

2006-03-14 Thread Sonika Sachdeva
Hi, How do i install FILE::TAIL using activestate perl doing a search using perl package manager doesnt show File::Tail module in its repository thanks,

Re: Freeze CPAN module version for just one script on system?

2005-12-16 Thread Xavier Noria
On Dec 16, 2005, at 20:36, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> wrote: Hmm... is there a way to do this using the CPAN shell while still having any dependency outside certain marked namespaces satisfied from the server's main Perl installation? ( Rather than having a local install of eve

Re: Freeze CPAN module version for just one script on system?

2005-12-16 Thread pbdgny
Hi, On 12/16/05, Mohammed Shameer <[EMAIL PROTECTED]> wrote: > > Hi, > I would have done this. > 1) download the module source and dependencies and untar > 2) perl Makefile.pl > 3) Modify PERLPREFIX,SITEPREFIX,VENDORPREFIX in Makefile to a local > folder > 4) while starting the application set

Re: Freeze CPAN module version for just one script on system?

2005-12-16 Thread Mohammed Shameer
easier methods, I am a beginner Thanks Shameer On Friday 16 December 2005 14:42, [EMAIL PROTECTED] wrote: > Hello, > > I would like to use a complex CPAN module group that is currently under > active revision. (Task::Catalyst) > > Is there a way to use the cpan shell to install a

Freeze CPAN module version for just one script on system?

2005-12-16 Thread pbdgny
Hello, I would like to use a complex CPAN module group that is currently under active revision. (Task::Catalyst) Is there a way to use the cpan shell to install a "local" version of the module for just this application so I don't have to worry about things breaking if the ma

RE: CPAN module for file upload/download

2005-10-25 Thread Dhanashri Bhate
ay, October 24, 2005 5:57 PM To: Dhanashri Bhate Cc: beginners@perl.org Subject: Re: CPAN module for file upload/download On Mon, 24 Oct 2005, Dhanashri Bhate wrote: > Could anyone please suggest what module is available on CPAN for this? Take a look at WWW::Mechanize. -- Chris Devers

Re: CPAN module for file upload/download

2005-10-24 Thread Chris Devers
On Mon, 24 Oct 2005, Dhanashri Bhate wrote: Could anyone please suggest what module is available on CPAN for this? Take a look at WWW::Mechanize. -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

CPAN module for file upload/download

2005-10-24 Thread Dhanashri Bhate
Hello All! We have a website, which allows me to upload or download dictionary file. I am trying to write a perl program to automate the tests for this file upload/download functionality. Actually on CPAN I looked at the modules by name "HTTP", some looked useful ( URI::HTTP/HTTPS, LWP::Prot

anyone knows how to get rid of this error while building CPAN module XML:Smart

2005-06-22 Thread MEENA SELVAM
Hi, I downloaded, the CPAN module XML:Smart, and used perl Makefile.PL make make test in order to build the module (as specified in man perlmodinstall)and install it in my perl repository. I am getting the following error: ok 115 ok 116 ok 117 ok 118 ok 119 ok 120 ok 121 ok 122 ok 123 ok 124 ok

slackware package from CPAN module ?

2005-06-03 Thread Michael Gale
Hello, I need to install perl and some perl modules on a ram disk. Which is fine, currently I am installing the slackware perl package. How ever there are some modules I would like to install from CPAN. Is there away to create packages for them ? or could I some how mirror the CPAN modules I

Cannot get CPAN module working - cannot install

2005-05-03 Thread Chris Charley
Hope someone may know how to fix this, :-) (The cpan run is pasted in below) cpan> force install List::PowerSet Running install for module List::PowerSet Running make for N/NI/NIKC/List-PowerSet-0.01.tar.gz Checksum for \.cpan\sources\authors\id\N\NI\NIKC\List-PowerSet-0.01.tar.gz ok List-PowerSe

RE: CPAN Module delivers error . . .

2003-08-14 Thread NYIMI Jose (BMB)
na Espinoza [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 7:18 PM To: [EMAIL PROTECTED] Subject: CPAN Module delivers error . . . Hello All, I an trying to install the getOpt module from CPAN and have been following the Windows95-NT with the core Windows distrubution of Perl. I downloa

CPAN Module delivers error . . .

2003-08-11 Thread Trina Espinoza
Hello All, I an trying to install the getOpt module from CPAN and have been following the Windows95-NT with the core Windows distrubution of Perl. I downloaded and unziped the module and did a perl Makefile.PL in the directory. However when I do a make test I get the following error message: $

Re: CPAN module - cmd history

2003-02-10 Thread Harry Putnam
"Michael Hooten" <[EMAIL PROTECTED]> writes: > perldoc CPAN > [snip] > > The interactive mode is entered by running > >perl -MCPAN -e shell I'm not having a problem entering the interactive shell. I just don't have cmd hist when I get in it. > which puts you into a readline interfac

RE: CPAN module - cmd history

2003-02-10 Thread Michael Hooten
: Harry Putnam [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 09, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: CPAN module - cmd history "Jenda Krynicky" <[EMAIL PROTECTED]> writes: > Tell us what OS do you have and someone will be able to give some > more details. Yea

Re: CPAN module - cmd history

2003-02-09 Thread Harry Putnam
"Jenda Krynicky" <[EMAIL PROTECTED]> writes: > Tell us what OS do you have and someone will be able to give some > more details. Yeah, sorry. OS is linux (Redhat 8). I have both Term::ReadLine (which is part of 5.8.0 I think and Term::ReadLine::Gnu which isn't. I have newest CPAN-1.65 install

Re: CPAN module - cmd history

2003-02-09 Thread Jenda Krynicky
From: Harry Putnam <[EMAIL PROTECTED]> > Should I have a cmd history with the current CPAN module? > > If it is something I can setup. Can someone explain how? Yes you should, but it may depend on your OS. Under WinNT/2k/XP it's the console that provides the history, unde

CPAN module - cmd history

2003-02-09 Thread Harry Putnam
Should I have a cmd history with the current CPAN module? If it is something I can setup. Can someone explain how? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Request for a CPAN Module

2003-01-16 Thread david
Ben Siders wrote: > Are there any CPAN modules that can analyze XML or HTML and report any > cases of unclosed tags? For example: > > > Hello, world > Me > Hey, is thing thing on? > > > In the above, I'd like to find a method of detecting that the bold tag > is missing a closer.

Re: Request for a CPAN Module

2003-01-16 Thread Tim Musson
Hey Ben, My MUA believes you used Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021223 to write the following on Thursday, January 16, 2003 at 9:37:34 AM. BS> Are there any CPAN modules that can analyze XML or HTML and report BS> any cases of unclosed tags? For example: I u

RE: Request for a CPAN Module

2003-01-16 Thread Beau E. Cox
Hi - > -Original Message- > From: Ben Siders [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 4:38 AM > To: Perl > Subject: Request for a CPAN Module > > > Are there any CPAN modules that can analyze XML or HTML and report any > cases of

Request for a CPAN Module

2003-01-16 Thread Ben Siders
Are there any CPAN modules that can analyze XML or HTML and report any cases of unclosed tags? For example: Hello, world Me Hey, is thing thing on? In the above, I'd like to find a method of detecting that the bold tag is missing a closer. -- To unsubscribe, e-mail: [EMAIL PROTE

RE: using CPAN module without ftp

2002-12-02 Thread Beau E. Cox
: Sunday, December 01, 2002 9:36 PM To: [EMAIL PROTECTED] Subject: using CPAN module without ftp Hello All, I had been happily installing modules with CPAN all these days and suddenly Our network is now put behind a firewall that does not allow ftp Can I use CPAN on http connections I went

using CPAN module without ftp

2002-12-01 Thread Ramprasad A Padmanabhan
Hello All, I had been happily installing modules with CPAN all these days and suddenly Our network is now put behind a firewall that does not allow ftp Can I use CPAN on http connections I went thru the urllist but I could not find any non-ftp source in the List Thanks Ram -- To unsubscrib

CPAN module

2001-11-09 Thread Joyce Harris
I have tried to use the CPAN module to install other modules on a SunOS 5.6. I get the error message: Can't exec "/usr/bin": Permission denied at /usr/local/lib/perl5/5.00502/sun4-solaris/IO/File.pm line 164. As far as I can tell /usr/bin is world-executable. Does anyone have a

Re: CPAN module...and forceful installs

2001-11-08 Thread Jim Conner
>How would I do a force(ful) installation with the CPAN module?? > Heh, its amazing what one can learn if one just rtfm's ;) I will answer my own question here. Example: cpan> install OpenGL OpenGL is up to date. cpan> forc

CPAN module...and forceful installs

2001-11-08 Thread Jim Conner
failed, 88.12% okay. *** Error code 2 Stop in /root/.cpan/build/POE-0.17. /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force How would I do a force(ful) installation with the CPAN module??

CPAN Module for Linux (written by Andreas Koenig)

2001-05-11 Thread Geraint Jones
d ".netrc" located in the home directory, but I can't find it. O.K. so this question isn't technically a perl question, but some of you may have had some experience with the CPAN module or know of some helpful resources somewhere. Geraint Jones.

RE: newbie: CPAN module usage.

2001-05-09 Thread King, Jason
SS HK writes .. >I would like to install some of the CPAN modules. How >can I do that. I am using ActivePerl on Windows. > >Any pointers would be greatly helpful. while others have mentioned 'ppm' which should be your first port of call .. there are only a limited number of modules (albeit the

Re: newbie: CPAN module usage.

2001-05-09 Thread Steve Neu
) 323-9800 ext. 235 "The camel was not designed to smell good. Neither was Perl." --Larry Wall - Original Message - From: "SS HK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 12:09 PM Subject: newbie: CPAN module usage. > Hi,

Re: newbie: CPAN module usage.

2001-05-09 Thread Steve Neu
) 323-9800 ext. 235 "The camel was not designed to smell good. Neither was Perl." --Larry Wall - Original Message - From: "SS HK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 12:09 PM Subject: newbie: CPAN module usage. > Hi,

Re: newbie: CPAN module usage.

2001-05-09 Thread Brett W. McCoy
On Wed, 9 May 2001, SS HK wrote: > I would like to install some of the CPAN modules. How > can I do that. I am using ActivePerl on Windows. You will need a C compiler in most cases. However, ActiveState has a lot of CPAN modules packaged via their PPM facility. You should consult their documen

Re: newbie: CPAN module usage.

2001-05-09 Thread Steve Neu
) 323-9800 ext. 235 "The camel was not designed to smell good. Neither was Perl." --Larry Wall - Original Message - From: "SS HK" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 09, 2001 12:09 PM Subject: newbie: CPAN module usage. > Hi,

newbie: CPAN module usage.

2001-05-09 Thread SS HK
Hi, I would like to install some of the CPAN modules. How can I do that. I am using ActivePerl on Windows. Any pointers would be greatly helpful. regards, inssic. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http:/