me
/
guix
Archived
1
0
Fork 0

gnu: Add perl-lwp-useragent-cached.

* gnu/packages/web.scm (perl-lwp-useragent-cached): New variable.
master
Eric Bavier 2019-12-07 21:44:48 -06:00
parent 54775af942
commit 32dad069b0
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 22 additions and 0 deletions

View File

@ -3486,6 +3486,28 @@ exists it is used instead.")
https schemed URLs with LWP.")
(license license:perl-license)))
(define-public perl-lwp-useragent-cached
(package
(name "perl-lwp-useragent-cached")
(version "0.08")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/O/OL/OLEG/"
"LWP-UserAgent-Cached-" version ".tar.gz"))
(sha256
(base32
"1hw7wy7f82kl61xjwkgmhv1ixgg56dhgfr45wxn6ahc0qys5mkix"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-libwww" ,perl-libwww)))
(home-page "https://metacpan.org/release/LWP-UserAgent-Cached")
(synopsis "Simple caching for LWP::UserAgent")
(description "LWP::UserAgent::Cached is an LWP::UserAgent subclass with
cache support. It returns responses from the local filesystem if available
instead of making an HTTP request.")
(license license:perl-license)))
(define-public perl-lwp-useragent-determined
(package
(name "perl-lwp-useragent-determined")