public
Description: A proxy that caches CPAN packages, making a realtime mirror
Homepage: http://search.cpan.org/perldoc?CPAN::CachingProxy
Clone URL: git://github.com/jettero/cpan--cachingproxy.git
jettero (author)
Wed Apr 01 03:50:43 -0700 2009
commit  c03461df2c629f1348c8c0a8d551e1076100ac52
tree    cacc78c757c4edb934820a6362760a7e8082d412
parent  c9f7c58792a5d27cf03d6ad748cdf16aa12799ad
README
vi:tw=75:

SYNOPSIS

# Well, look at this, you're very own CPAN mirror:

use strict;
use CPAN::CachingProxy;
use CGI;
use CGI::Carp qw(fatalsToBrowser);

my $cache = CPAN::CachingProxy->new(mirrors=>['http://www.perl.com/CPAN/bug']);
   $cache->run;