File: control

package info (click to toggle)
libmodule-starter-plugin-cgiapp-perl 0.44-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: perl: 1,119; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,362 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
27
28
29
30
31
32
33
34
35
36
37
38
Source: libmodule-starter-plugin-cgiapp-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jaldhar H. Vyas <jaldhar@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
Build-Depends-Indep:
 perl,
 libfile-copy-recursive-perl,
 libfile-dircompare-perl,
 libfile-sharedir-perl <!nocheck>,
 libhtml-template-perl <!nocheck>,
 libmodule-starter-perl <!nocheck>,
 libtest-mocktime-perl <!nocheck>,
 libtest-simple-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libtest-pod-coverage-perl <!nocheck>,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-plugin-cgiapp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-plugin-cgiapp-perl.git
Homepage: https://metacpan.org/release/Module-Starter-Plugin-CGIApp

Package: libmodule-starter-plugin-cgiapp-perl
Architecture: all
Depends:
 ${perl:Depends},
 ${misc:Depends},
 libfile-sharedir-perl,
 libmodule-starter-perl,
 libhtml-template-perl,
Description: template based module starter for CGI apps
 This is a plugin for Module::Starter that builds you a skeleton
 CGI::Application module with all the extra files needed to package it for
 CPAN. You can customize the output using HTML::Template.