libhttp-cache-transparent-perl 1.1-1 source package in Ubuntu
Changelog
libhttp-cache-transparent-perl (1.1-1) unstable; urgency=low * New upstream release. * debian/control, debian/compat: Standards-Version, debhelper 9. -- Bart Martens <email address hidden> Mon, 29 Oct 2012 19:10:00 +0000
Upload details
- Uploaded by:
- Bart Martens
- Uploaded to:
- Sid
- Original maintainer:
- Bart Martens
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | perl | |
Xenial | release | universe | perl | |
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libhttp-cache-transparent-perl_1.1-1.dsc | 1.9 KiB | d5cc65da1d81352763bb357a6472602bfe2218da5747e2293e9c20774af1ba4e |
libhttp-cache-transparent-perl_1.1.orig.tar.gz | 8.8 KiB | 0abf7b7d972abcd5d77aa4d138ad58406948e7f276f4071e13097b841f7c7eda |
libhttp-cache-transparent-perl_1.1-1.debian.tar.gz | 2.7 KiB | 2cd938748a0a509bf5a3300109264f237f8c75a57bbce7af1ace07f3a380cba1 |
Available diffs
- diff from 1.0-2 (in Ubuntu) to 1.1-1 (3.0 KiB)
No changes file available.
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.