Search Criteria
Package Details: perl-http-headers-fast 0.22-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/perl-http-headers-fast.git (read-only, click to copy) |
---|---|
Package Base: | perl-http-headers-fast |
Description: | A faster implementation of HTTP::Headers |
Upstream URL: | https://metacpan.org/release/HTTP-Headers-Fast |
Licenses: | GPL, PerlArtistic |
Submitter: | bunder |
Maintainer: | bunder |
Last Packager: | bunder |
Votes: | 7 |
Popularity: | 0.35 |
First Submitted: | 2015-08-14 07:59 (UTC) |
Last Updated: | 2019-11-09 13:24 (UTC) |
Dependencies (3)
- perl-http-date
- perl-module-build-tiny (make)
- perl-test-requires (check)
Latest Comments
bunder commented on 2019-11-09 13:27 (UTC)
Andreas, thank you for the report. Updated and fixed.
andreas_baumann commented on 2019-08-07 03:49 (UTC) (edited on 2019-08-07 03:51 (UTC) by andreas_baumann)
t/headers.t ................. 1/171 Can't locate HTTP/Date.pm in @INC (you may need to install the HTTP::Date module) (@INC contains: /data2/INSTALL/perl-http-headers-fast/src/HTTP-Headers-Fast-0.21/blib/arch /data2/INSTALL/perl-http-headers-fast/src/HTTP-Headers-Fast-0.21/blib/lib /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl) at /data2/INSTALL/perl-http-headers-fast/src/HTTP-Headers-Fast-0.21/blib/lib/HTTP/Headers/Fast.pm line 397.
Adding perl-http-date to the checkdepends helped.
also:
t/01-compat.t ............... skipped: this test requires HTTP::Headers 5.822 or lator
This looks like a compatibility test against another HTTP header library, so maybe not that important (also given I couldn't find a package for HTTP::Headers)
So I ended up setting:
checkdepends=('perl-test-requires' 'perl-http-date')
bunder commented on 2015-11-12 06:26 (UTC)
camb commented on 2015-11-12 04:54 (UTC)
camb commented on 2015-09-11 23:37 (UTC)