| 12
 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: libhtml-template-pluggable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libcgi-pm-perl <!nocheck>,
                     libclass-trigger-perl <!nocheck>,
                     libhtml-template-perl <!nocheck>,
                     libnumber-format-perl <!nocheck>,
                     libregexp-common-perl <!nocheck>,
                     libtest-mockobject-perl <!nocheck>,
                     libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-template-pluggable-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-template-pluggable-perl.git
Homepage: https://metacpan.org/release/HTML-Template-Pluggable
Rules-Requires-Root: no
Package: libhtml-template-pluggable-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-trigger-perl,
         libhtml-template-perl,
         libregexp-common-perl
Recommends: libnumber-format-perl
Description: extension of HTML::Template with plugin support
 By overriding the 'param' and 'output' methods from HTML::Template,
 HTML::Template::Pluggable provides support for HTML::Template plugins.
 .
 HTML::Template::Plugin::Dot adds support for the magic dot notation to
 HTML::Template. Thus objects can be supplied to the template via the 'param'
 method and object methods can be accessed in the template.
 .
 HTML::Template::Plugin::Dot::Helpers adds a number of convenience methods
 to handle strings and numbers.
 |