chorny / cpan--cachingproxy forked from jettero/cpan--cachingproxy
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Alexandr Ciornii (author)
Tue Mar 24 10:42:13 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
CachingProxy.pm | ||
| |
CachingProxy.pod | ||
| |
Changes | ||
| |
MANIFEST | ||
| |
Makefile.PL | ||
| |
README | ||
| |
example_cpan_caching_proxy.pl | ||
| |
t/ |
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;


