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 32 33 34 35 36 37 38 39
|
Source: libcatalyst-log-log4perl-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcatalyst-perl (>= 5.60),
libdata-dump-perl,
liblog-log4perl-perl (>= 1.04),
libmro-compat-perl,
libparams-validate-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-log-log4perl-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-log-log4perl-perl.git
Homepage: https://metacpan.org/release/Catalyst-Log-Log4perl
Package: libcatalyst-log-log4perl-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcatalyst-perl (>= 5.60),
libdata-dump-perl,
liblog-log4perl-perl (>= 1.04),
libmro-compat-perl,
libparams-validate-perl
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: logging module for Catalyst (deprecated)
Deprecation warning: this package is provided only for users of
libcatalyst-modules-perl. The module was previously bundled there.
.
Please migrate to Log::Log4perl::Catalyst, which is included in the
liblog-log4perl-perl package.
.
Catalyst::Log::Log4perl provides a Catalyst::Log implementation that uses
Log::Log4perl as the underlying log mechanism.
.
Catalyst is an elegant Model-View-Controller web application framework
written in Perl.
|