File: control

package info (click to toggle)
libhtml-template-pluggable-perl 0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 264 kB
  • ctags: 16
  • sloc: perl: 369; sh: 28; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download
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
Source: libhtml-template-pluggable-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libhtml-template-perl, libtest-mockobject-perl,
 libregexp-common-perl, libclass-trigger-perl, pkg-components (>= 0.2),
 libnumber-format-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/HTML-Template-Pluggable/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-pluggable-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-pluggable-perl/

Package: libhtml-template-pluggable-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-template-perl, 
 libregexp-common-perl, libclass-trigger-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.