File: control

package info (click to toggle)
libtemplate-plugin-class-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 64 kB
  • ctags: 5
  • sloc: perl: 55; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (2)
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
Source: libtemplate-plugin-class-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libtemplate-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtemplate-plugin-class-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtemplate-plugin-class-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-Class

Package: libtemplate-plugin-class-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtemplate-perl
Description: module for calling methods of arbitrary classes in Template Toolkit
 This is a plugin for the perl Template Toolkit.
 .
 Template::Plugin::Class allows you to call class methods on arbitrary
 classes.  One particularly good use for this is in Class::DBI style
 applications.