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
|
Source: libtemplate-declare-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libclass-accessor-perl,
libclass-data-inheritable-perl,
libclass-isa-perl | perl (<< 5.10.1-13),
libhtml-lint-perl,
libstring-bufferstack-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
libtest-warn-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
Ansgar Burchardt <ansgar@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>, Nathan Handler <nhandler@ubuntu.com>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Template-Declare/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-declare-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-declare-perl/
Package: libtemplate-declare-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
libclass-accessor-perl,
libclass-data-inheritable-perl,
libclass-isa-perl | perl (<< 5.10.1-13),
libstring-bufferstack-perl
Description: module for Perlish declarative templates
Template::Declare is a pure-perl declarative HTML/XUL/RDF/XML templating
system. All templates are 100% pure perl code using a simple declarative
syntax. It supports "native" XML namespace and declarator support, as well
as inheritance and public/private templates.
|