libhttp-cache-transparent-perl 1.0-2 source package in Ubuntu
Changelog
libhttp-cache-transparent-perl (1.0-2) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * Fixed lintian warnings. * Fixed Homepage-field in debian/control. -- Ubuntu Archive Auto-Sync <email address hidden> Mon, 17 Oct 2011 11:06:29 +0000
Upload details
- Uploaded by:
- Ubuntu Archive Auto-Sync
- Uploaded to:
- Precise
- Original maintainer:
- Bart Martens
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-cache-transparent-perl_1.0.orig.tar.gz | 8.3 KiB | 31b6b54d9488b35eb8ca54b6f5bcefd6eb1e208ca8a4038c1cee61042747f1d9 |
libhttp-cache-transparent-perl_1.0-2.debian.tar.gz | 2.7 KiB | 2a3f3c5f536d4201f712011e0bdfc43d548ce98b6bbb9d0e4359fd4986cb5fe7 |
libhttp-cache-transparent-perl_1.0-2.dsc | 1.9 KiB | 2b88f6d3d9c515f787e2eb9f8ae51ec82e6b471f512c00784cb1215f2960e4a3 |
Available diffs
- diff from 1.0-1 to 1.0-2 (1.3 KiB)
Binary packages built by this source
- libhttp-cache-transparent-perl: Perl module used to transparently cache HTTP requests
This is the CPAN module HTTP::Cache:
:Transparent.
.
HTTP::Cache:: Transparent is an implementation of HTTP GET that keeps a
local cache of fetched pages to avoid fetching the same data from the
server if it hasn't been updated. The cache is stored on disk and is
thus persistent between invocations.
.
The http-headers If-Modified-Since and ETag are used to let the server
decide if the version in the cache is up-to-date or not. All
http-requests are made through the LWP module. Data is stored on disk
by the Storable module. Digest::MD5 is used for creating a hash of the
URL.