File: control

package info (click to toggle)
libdist-zilla-plugin-templatefiles-perl 0.03-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 112 kB
  • ctags: 6
  • sloc: perl: 28; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,211 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
27
28
29
Source: libdist-zilla-plugin-templatefiles-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@joenio.me>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libdist-zilla-perl,
 libmoose-autobox-perl,
 libmoose-perl,
 libnamespace-autoclean-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-templatefiles-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-templatefiles-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-TemplateFiles
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-plugin-templatefiles-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libdist-zilla-perl,
 libmoose-autobox-perl,
 libmoose-perl,
 libnamespace-autoclean-perl
Description: plugin that enables the use of templates in a Dist::Zilla distribution
 Dist::Zilla::Plugin::TemplateFiles is a Dist::Zilla plugin that utilize
 Text::Template to turn certain files into templates. Each template has
 available to it the `$dist` variable that is the instance of Dist::Zilla
 currently running.