File: control

package info (click to toggle)
libapache-logformat-compiler-perl 0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 144 kB
  • ctags: 11
  • sloc: perl: 247; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download
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
Source: libapache-logformat-compiler-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 8),
 perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
 perl
Build-Depends-Indep: libhttp-message-perl,
 libposix-strftime-compiler-perl,
 libtest-mocktime-perl,
 libtest-requires-perl,
 libtry-tiny-perl (>= 0.12),
 liburi-perl (>= 1.60)
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache-logformat-compiler-perl.git
Vcs-Git: git://anonscm.debian.org/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.