Search Criteria
Package Details: perl-apache-logformat-compiler 0.35-1
Git Clone URL: | https://aur.archlinux.org/perl-apache-logformat-compiler.git (read-only) |
---|---|
Package Base: | perl-apache-logformat-compiler |
Description: | Perl module to compile apache log format string to Perl code |
Upstream URL: | https://metacpan.org/release/Apache-LogFormat-Compiler |
Licenses: | |
Submitter: | Athaba |
Maintainer: | bunder |
Last Packager: | bunder |
Votes: | 7 |
Popularity: | 0.000151 |
First Submitted: | 2013-05-11 20:11 |
Last Updated: | 2018-10-13 14:50 |
Dependencies (8)
- perl-posix-strftime-compiler>=0.30
- perl>=5.8.5 (perl-git)
- perl-http-message (check)
- perl-test-mocktime (check)
- perl-test-requires (check)
- perl-try-tiny>=0.12 (check)
- perl-uri>=1.60 (check)
- perl-module-build-tiny>=0.035 (make)
Latest Comments
sl1pkn07 commented on 2014-04-12 10:05
http://sl1pkn07.no-ip.com/paste/view/c62208b5
please add 'perl-posix-strftime-compiler' to checkdepends
greetings
sl1pkn07 commented on 2014-04-12 09:22
please add 'perl-posix-strftime-compiler' to checkdepends
greetings
sl1pkn07 commented on 2014-04-12 09:20
http://sl1pkn07.no-ip.com/paste/view/c62208b5
bunder commented on 2013-11-12 13:39
Package doesn't build with following error:
/tmp/yaourt-tmp-bunder/aur-perl-apache-logformat-compiler/./PKGBUILD: line 25: cd: /tmp/yaourt-tmp-bunder/aur-perl-apache-logformat-compiler/src/Apache-LogFormat-Compiler-0.12: No such file or directory
The reason is in indicated in kensai comment. Please update.
kensai commented on 2013-08-28 14:17
Hi,
You forgot to change
_distdir="Apache-LogFormat-Compiler-0.12"
to
_distdir="Apache-LogFormat-Compiler-0.13"
in the PKGBUILD, Thanks.