File: control

package info (click to toggle)
libhtml-template-dumper-perl 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 180 kB
  • ctags: 31
  • sloc: perl: 247; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,286 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
Source: libhtml-template-dumper-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.17), perl (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: libhtml-template-perl (>= 2.6), libio-stringy-perl,
 libstruct-compare-perl, libyaml-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/HTML-Template-Dumper/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-template-dumper-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-template-dumper-perl/

Package: libhtml-template-dumper-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-template-perl (>= 2.6), perl
Recommends: libyaml-perl
Description: 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.