Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Bundles and offline installation issues

by ikegami (Patriarch)
on Sep 16, 2009 at 14:19 UTC ( [id://795623]=note: print w/replies, xml ) Need Help??


in reply to Bundles and offline installation issues

Because that's how distros are organised on CPAN. If you claim to be a CPAN mirror, you need to look like a CPAN mirror.

Special mode "cpan ." is not sufficient for your needs, but it proves useful:

#!/bin/sh cd "$(dirname "$(readlink -e "$0")")" for archive in *.tar.gz ; do distro=${archive%.tar.gz} tar xvzf $archive pushd $distro cpan . popd done

Error checking needed.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795623]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-20 09:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found