1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libapache-logformat-compiler-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: libhttp-message-perl,
libposix-strftime-compiler-perl,
libtest-mocktime-perl,
libtest-requires-perl,
libtry-tiny-perl (>= 0.12),
liburi-perl,
tzdata
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-logformat-compiler-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libapache-logformat-compiler-perl.git
Homepage: http://search.cpan.org/dist/Apache-LogFormat-Compiler/
Package: libapache-logformat-compiler-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libposix-strftime-compiler-perl
Description: Perl module to pre-compile a LogFormat string
Apache::LogFormat::Compiler is a module to speed up and simplify the
generation of access.log-style lines by pre-compiling the desired log
format string on object instantiation. It supports a subset of Apache's
LogFormat templates.
|