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 40 41
|
Source: libembperl-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312), perl,
apache2-prefork-dev, apache2-mpm-prefork,
libapache2-mod-perl2, libwww-perl, libapache-sessionx-perl,
libxslt1-dev, netbase
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
Dominic Hargreaves <dom@earth.li>,
Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.4
Homepage: http://search.cpan.org/dist/Embperl/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libembperl-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libembperl-perl.git
Package: libembperl-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libwww-perl
Recommends: apache2-mpm-prefork, libapache2-mod-perl2 | libfcgi-perl, libapache-sessionx-perl
Suggests: mmm-mode, libdbix-recordset-perl, libjs-prototype
Description: system for building dynamic websites with Perl
Embperl gives you the power to embed Perl code in your HTML/XML
documents and the ability to build your Web site out of small
reusable objects in an object-oriented style. You can also take
advantage of all the usual Perl modules, (including DBI for database
access) use their functionality and easily include their output in
your web pages.
.
Embperl has several features which are especially useful for creating
Websites, including dynamic tables, form field processing, URL
escaping/unescaping, session handling, caching, XSLT transformation
and more. See http://www.embperl.org/embperl/ for more information
about Embperl.
.
This package contains Apache2, FastCGI, CGI and offline versions of
Embperl, although you may need to install some additional packages to
use some of those modes. Please note that when running under
mod_perl, Embperl requires apache2-mpm-prefork and will not work with
the default apache2-mpm-worker!
|