Search Criteria
Package Details: perl-http-headers-fast 0.22-1
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: | |
Submitter: | bunder |
Maintainer: | bunder |
Last Packager: | bunder |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-14 07:59 |
Last Updated: | 2019-11-09 13:24 |
Dependencies (3)
- perl-http-date
- perl-test-requires (check)
- perl-module-build-tiny>=0.035 (make)
Latest Comments
bunder commented on 2019-11-09 13:27
Andreas, thank you for the report. Updated and fixed.
andreas_baumann commented on 2019-08-07 03:49
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
2camb: Thank you for report! Updated and fixed.
camb commented on 2015-11-12 04:54
Hi bunder,
I'm pretty syre you're really going to need perl-test-requires as a dependency...
Please update.
Thanks.
camb commented on 2015-09-11 23:37
Not sure if this is the place for it but this package is missing dependency perl-test-requires
Cheers