|
Posted by Randal L. Schwartz on August 26, 2004, 10:15 am
Please log in for more thread options
*** post for FREE via your newsreader at post.newsfeed.com ***
ravi> Is there a way I can easily install ALL the modules on CPAN
ravi> in one stroke ?
ravi> Something like a tar or ZIP file ?
You probably don't have all the prerequisite libraries.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
-----= Posted via Newsfeed.Com, Uncensored Usenet News =-----
http://www.newsfeed.com - The #1 Newsgroup Service in the World!
-----== 100,000 Groups! - 19 Servers! - Unlimited Download! =-----
|
|
Posted by henq on August 27, 2004, 11:03 pm
Please log in for more thread options
> *** post for FREE via your newsreader at post.newsfeed.com ***
>
>
> ravi> Is there a way I can easily install ALL the modules on CPAN
> ravi> in one stroke ?
> ravi> Something like a tar or ZIP file ?
>
> You probably don't have all the prerequisite libraries.
>
> --
> Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777
0095
> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl
training!
>
I used Randal's mini CPAN script to mirror recent versions of each module to
my laptop.
As an avid windusrfer, I could use the lulls in the wind on Greece's shore
to experiment with perl without the need for being online. It worked for me.
Thanks Randal!
|
|
Posted by Peter J. Acklam on August 26, 2004, 8:21 pm
Please log in for more thread options rsdivekar@hotmail.com (ravi) wrote:
> Is there a way I can easily install ALL the modules on CPAN
> in one stroke ?
perl -MCPAN -we 'print $_->install()
for CPAN::Shell->expand("Module", "/./")'
Peter
--
#!/local/bin/perl5 -wp -*- mode: cperl; coding: iso-8859-1; -*-
# matlab comment stripper (strips comments from Matlab m-files)
s/^((?:(?:[])}w.]'+|[^'%])+|'[^'n]*(?:''[^'n]*)*')*).*/$1/x;
|
| Similar Threads | Posted | | download Modules from CPAN and then load into Perl Question | October 15, 2004, 3:07 pm |
| lwp-download http://..--how do I use it to download pages? | June 8, 2008, 5:47 pm |
| To publish on CPAN or not? And architectural q. on modules. | November 29, 2007, 12:56 pm |
| How to find all modules, required by a given CPAN module | September 4, 2005, 2:25 am |
| querying modules dependency tree on CPAN | November 19, 2004, 1:54 am |
| General question on CPAN perl modules | March 13, 2005, 6:34 pm |
| Testing database code in CPAN modules | April 4, 2005, 12:33 pm |
| weirdness with CPAN modules that use Data::Dumper | June 30, 2007, 2:34 am |
| Issues Installing CPAN Modules on Win NT - Activestate Perl 5.61 | November 19, 2004, 6:52 am |
| [RFC] What's a good CPAN root name for mobile and wireless modules? | January 2, 2005, 4:49 pm |
|