On Wed, 10 Nov 2010, Jozef Kutej wrote:
> I would like to have a clone of search.cpan.org for our local DarkPAN.
> The only project I found like this is CPAN::Mini::Webserver, but that
> one is good to be used on laptop, not for multi-user persistent
> running. Is there any other project that I missed? Is anyone working
> on this?
The sources for search.cpan.org are not available. There is
CPAN::Search::Lite, which is somewhat similar:
http://search.cpan.org/~rkobes/CPAN-Search-Lite-0.76/
It requires Apache/mod_perl and MySQL.
You can see it installed here:
http://cpan.uwinnipeg.ca/htdocs/faqs/cpan-search.html
or here:
http://searchcpan.activestate.com/
It is however not under development right now as its author just
passed away.
Cheers,
-Jan