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
|
Source: libcatalyst-engine-apache-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88),
libcatalyst-perl (>= 5.80000)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>,
Ansgar Burchardt <ansgar@debian.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Catalyst-Engine-Apache/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-engine-apache-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-engine-apache-perl/
Package: libcatalyst-engine-apache-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80000),
libapache2-mod-perl2
Breaks: libcatalyst-perl (<< 5.50)
Description: Catalyst engine for Apache 1.x and 2.x
Catalyst::Engine::Apache is a Perl module that provides backend support for
the Catalyst MVC framework on the Apache web server (for both the 1.x and
2.x branches).
.
In Debian, it is usually used with mod_perl 2.0, though the engine supports
mod_perl 1.3x and 1.99 as well.
|