File: control

package info (click to toggle)
libclass-objecttemplate-perl 0.7-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 508; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 958 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
Source: libclass-objecttemplate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libclass-objecttemplate-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libclass-objecttemplate-perl.git
Homepage: https://metacpan.org/release/Class-ObjectTemplate
Testsuite: autopkgtest-pkg-perl

Package: libclass-objecttemplate-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: Perl extension for an optimized template builder base class
 Class::ObjectTemplate is a utility class to assist in the building of
 other Object Oriented Perl classes.
 .
 It was described in detail in the O'Reilly book, "Advanced Perl
 Programming" by Sriram Srinivasam.