in reply to Re: How to manage a local CPAN site
in thread How to manage a local CPAN site

creating your own namespace on CPAN would work better (given you can do such a thing, which i don't know why you wouldn't be able to)

Copyright, for instance?

Just because a company is doing Perl doesn't mean they're willing to open their code to the public.

Another possibility would be a "I don't want anyone looking at my code" kind of attitude. I don't agree it's the right attitude to have, but I've met a couple of people who thought like that.

Yet another possibility would be if the code was something that wouldn't look good, out in the open (SPAM, for instance).

I'm pretty sure there must be a ton of possible reasons why one wouldn't want his/her code on CPAN.

Replies are listed 'Best First'.
Re^3: How to manage a local CPAN site
by stonecolddevin (Parson) on Nov 02, 2006 at 03:03 UTC

    D'oh, good thinking. I'm apparently on a one track OSS mind right now. Copyright's an excellent reason :-)

    Looking at http://cpan.org/SITES.HTML, I found this:

    Private/Local Mirroring If you want to configure a private/local mirror of CPAN but do not want to advertise it you do not need to contact the CPAN admistrators. You need to assess which of the public CPAN sites would give the best ftp bandwidth for you (at off-peak hours) and contact the mirror admin via the email address given in the MIRRORED.BY file to learn the best time of the day to do your mirror. Mirroring software is available from the CPAN or from the Mirror home page which will have the most recent version. We also encourage the use of rsync. We encourage you to read our FAQ Section on how to mirror CPAN and visit the mirror database to find a mirror close to you and to register yours with CPAN.
    It points you to the FAQ Section on how to mirror, which was going to be my next step as well :-)

    UPDATE: Looks like cog beat me to it, with better information. CPAN::Mini looks pretty fun, and simple to use. I'd start there as cog suggested.

    meh.