This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit c03461df2c629f1348c8c0a8d551e1076100ac52
tree cacc78c757c4edb934820a6362760a7e8082d412
parent c9f7c58792a5d27cf03d6ad748cdf16aa12799ad
tree cacc78c757c4edb934820a6362760a7e8082d412
parent c9f7c58792a5d27cf03d6ad748cdf16aa12799ad
| 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;








