File: control

package info (click to toggle)
libtemplate-provider-fromdata-perl 0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 204 kB
  • sloc: perl: 1,451; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,091 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
Source: libtemplate-provider-fromdata-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libclass-accessor-perl,
                     libtemplate-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtemplate-provider-fromdata-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtemplate-provider-fromdata-perl.git
Homepage: https://metacpan.org/release/Template-Provider-FromDATA

Package: libtemplate-provider-fromdata-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libtemplate-perl
Description: module to load templates from your __DATA__ section
 Template::Provider::FromDATA allows you to store your templates inline with
 your code in the __DATA__ section. It will search any number of classes
 specified.