File: control

package info (click to toggle)
libmodule-starter-perl 1.750%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 348 kB
  • sloc: perl: 3,245; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,149 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
Source: libmodule-starter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep:
 libmodule-build-perl,
 libmodule-install-authortests-perl,
 libmodule-runtime-perl,
 perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-starter-perl.git
Homepage: https://metacpan.org/release/Module-Starter
Rules-Requires-Root: no

Package: libmodule-starter-perl
Architecture: all
Depends:
 libmodule-install-authortests-perl,
 libmodule-runtime-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: simple starter kit for Perl modules
 Module::Starter is used to create a skeletal Perl module distribution,
 including basic builder scripts, tests, documentation, and module code.
 The module-starter script should be enough for most users, but the core
 Module::Starter module can also be overridden for more complex situations.