File: control

package info (click to toggle)
libmodule-starter-plugin-cgiapp-perl 0.44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 476 kB
  • ctags: 45
  • sloc: perl: 1,119; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libmodule-starter-plugin-cgiapp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8), libmodule-build-perl
Build-Depends-Indep: perl (>= 5.6.10-12), libfile-copy-recursive-perl, libfile-dircompare-perl, libmodule-starter-perl (>= 1.700), libhtml-template-perl, libtest-pod-perl (>= 1.22), libtest-pod-coverage-perl (>= 1.08), libtest-mocktime-perl
Maintainer: Jaldhar H. Vyas <jaldhar@debian.org>
Standards-Version: 3.9.6
Homepage: http://search.cpan.org/dist/Module-Starter-Plugin-CGIApp/
Vcs-Git: git://github.com/jaldhar/Module-Starter-Plugin-CGIApp.git
Vcs-Browser: https://github.com/jaldhar/Module-Starter-Plugin-CGIApp

Package: libmodule-starter-plugin-cgiapp-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libfile-sharedir-perl, libmodule-starter-perl (>= 1.700), 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.