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: GPL, PerlArtistic
Submitter: bunder
Maintainer: bunder
Last Packager: bunder
Votes: 6
Popularity: 0.000000
First Submitted: 2015-08-14 07:59 (UTC)
Last Updated: 2019-11-09 13:24 (UTC)

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)

2camb: Thank you for report! Updated and fixed.

camb commented on 2015-11-12 04:54 (UTC)

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 (UTC)

Not sure if this is the place for it but this package is missing dependency perl-test-requires Cheers