File: control

package info (click to toggle)
libhtml-template-dumper-perl 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 39
  • sloc: perl: 247; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 1,352 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
31
Source: libhtml-template-dumper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libhtml-template-perl,
                     libio-stringy-perl,
                     libstruct-compare-perl,
                     libyaml-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhtml-template-dumper-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhtml-template-dumper-perl.git
Homepage: https://metacpan.org/release/HTML-Template-Dumper

Package: libhtml-template-dumper-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-template-perl
Recommends: libyaml-perl
Description: module to output template data in a test-friendly format
 HTML::Template::Dumper helps you to test HTML::Template-based programs by
 printing only the information used to fill-in the template data. This makes
 it much easier to automatically parse the output of your program. Currently,
 data can be outputed by Data::Dumper (default) or YAML.
 .
 Note that the underlying HTML::Template methods are still called, so options
 like strict and die_on_bad_params will still throw errors.