File: control

package info (click to toggle)
libmodule-starter-plugin-tt2-perl 0.125-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 200 kB
  • ctags: 11
  • sloc: perl: 151; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,363 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
Source: libmodule-starter-plugin-tt2-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: perl, libtemplate-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/Module-Starter-Plugin-TT2/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-starter-plugin-tt2-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-starter-plugin-tt2-perl/

Package: libmodule-starter-plugin-tt2-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libmodule-starter-perl,
 libtemplate-perl
Recommends: libmodule-starter-plugin-simplestore-perl
Description: module providing Template toolkit support for Module::Starter
 Module::Starter::Plugin::TT2 is intended to be loaded after
 Module::Starter::Plugin::Template. It implements the renderer and render
 methods, required by the Template plugin. The methods are implemented with
 Template Toolkit.
 .
 Module::Starter::Plugin::TT2's distribution includes a directory,
 templates/dir, and a file templates/inline that contain stock templates for
 use with the InlineStore and DirStore plugins. The module itself contains
 default templates in its data section.