Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > CPAN on DVD/CD

Reply
Thread Tools

CPAN on DVD/CD

 
 
Jon
Guest
Posts: n/a
 
      01-05-2004
Hey,

Is there any web address that you can purchase CPAN on CD/DVD?

Jon.

 
Reply With Quote
 
 
 
 
Iain Chalmers
Guest
Posts: n/a
 
      01-05-2004
In article <>, Jon <>
wrote:

> Hey,
>
> Is there any web address that you can purchase CPAN on CD/DVD?


Have a look at:

http://www.stonehenge.com/merlyn/LinuxMag/col42.html

"So that got me thinking. If I brought down only the files that were
needed by CPAN .pm to perform the installation of the latest release of
a module, how big would that be? And the answer was wonderfully
surprising: a bit more than 200 meg, which easily fits on a CD-ROM .

Unfortunately, I didn't see any clean, easy-to-use, efficient ``mirror
only the latest modules of the CPAN '' program out there, so I wrote my
own, which I present in[listing one, below]."

cheers,

big

--
'When I first met Katho, she had a meat cleaver in one hand and
half a sheep in the other. "Come in", she says, "Hammo's not here.
I hope you like meat.' Sharkey in aus.moto
 
Reply With Quote
 
 
 
 
A man
Guest
Posts: n/a
 
      01-06-2004
In article <bigiain->,
spoke thusly...
> In article <>, Jon <>
> wrote:
>
> Unfortunately, I didn't see any clean, easy-to-use, efficient ``mirror
> only the latest modules of the CPAN '' program out there, so I wrote my
> own, which I present in[listing one, below]."


Try wget. It runs on several unixes and Windows(dos). It can get only
the newest files from a website.

--
Say no to fixed width tables. They look terrible in all browsers.
 
Reply With Quote
 
Iain Chalmers
Guest
Posts: n/a
 
      01-07-2004
In article <btf8o2$6gr48$>,
A man <> wrote:

> In article <bigiain->,
> spoke thusly...
> > In article <>, Jon <>
> > wrote:
> >
> > Unfortunately, I didn't see any clean, easy-to-use, efficient ``mirror
> > only the latest modules of the CPAN '' program out there, so I wrote my
> > own, which I present in[listing one, below]."


Errm, actually, Randal wrote that, I just quoted it...
>
> Try wget. It runs on several unixes and Windows(dos). It can get only
> the newest files from a website.


The problem with that approach is that the "older" files have "older"
version numbers, and hence different filenames - wget doesn't cope with
correctly downloading the "newest" version where a cpan directory may
contain something like:

Module::Name-1.0.readme
Module::Name-1.0.tar.gz
Module::Name-1.1.readme
Module::Name-1.1.tar.gz
Module::Name-1.2.readme
Module::Name-1.2.tar.gz
Module::Name-2.0.readme
Module::Name-2.0.tar.gz
Module::Name-2.1.readme
Module::Name-2.1.tar.gz

wget will grab _all_ of them, where you only really need to get the last
two...

cheers,

big

--
'When I first met Katho, she had a meat cleaver in one hand and
half a sheep in the other. "Come in", she says, "Hammo's not here.
I hope you like meat.' Sharkey in aus.moto
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FAQ 2.6 What modules and extensions are available for Perl? What is CPAN? What does CPAN/src/... mean? PerlFAQ Server Perl Misc 0 01-24-2011 11:00 PM
on windows 7 / cygwin / perl / cpan - cannot make cpan work SVCitian Perl Misc 1 10-22-2010 03:59 PM
rt.cpan.org, search.cpan.org: why so unuseable? Ben Bullock Perl Misc 12 07-08-2008 12:51 PM
Is there a better way to search CPAN than search.cpan.org? usenet@DavidFilmer.com Perl Misc 5 10-12-2005 04:50 AM
Upgrading to CPAN.pm v1.76 install Bundle::CPAN fails carl d. Perl Misc 1 05-10-2005 09:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57