File: control

package info (click to toggle)
libtemplate-plugin-yaml-perl 1.23-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 52 kB
  • ctags: 6
  • sloc: perl: 52; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libtemplate-plugin-yaml-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
 gregor herrmann <gregoa@debian.org>
Build-Depends-Indep: perl (>= 5.6.0-16), libtemplate-perl, libyaml-perl
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Template-Plugin-YAML/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-yaml-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-yaml-perl/

Package: libtemplate-plugin-yaml-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl, libyaml-perl
Description: simple Template Toolkit Plugin Interface to the YAML module
 Template::Plugin::YAML provides the ability to load YAML strings and files
 into data structures and also dump data structures to files and strings from
 within the Perl Template Toolkit.