Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Local CPAN search engine

by audreyt (Hermit)
on May 03, 2002 at 18:02 UTC ( [id://163859]=note: print w/replies, xml ) Need Help??


in reply to Re: Local CPAN search engine
in thread Local CPAN search engine

Yes. Please refer to the CPANPLUS::FAQ manpage, which contains this snippet:
my $cb = new CPANPLUS::Backend; my $conf = $cb->configure_object; $conf->_set_ftp(urilist => [ { path => '/mnt/cdrom', scheme => 'file', host => '//server', }, @{ $conf->_get_ftp('urilist') } ]);
You can also set the same 'urilist' in the installed CPANPLUS/Config.pm to achieve the same effect.

As for the web-based search interface, I think you can write to gbarr@pobox.com to ask a copy of the front-end code. I think a local search.cpan.org would indeed be cool.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (10)
As of 2024-04-18 08:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found