File: control

package info (click to toggle)
libmodule-starter-perl 1.620%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 316 kB
  • ctags: 102
  • sloc: perl: 3,207; sh: 51; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,098 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
Source: libmodule-starter-perl
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libpath-class-perl,
 perl
Homepage: https://metacpan.org/release/Module-Starter/
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Priority: optional
Section: perl
Standards-Version: 3.9.5
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
 Jaldhar H. Vyas <jaldhar@debian.org>,
 Nicholas Bamber <nicholas@periapt.co.uk>,
 Salvatore Bonaccorso <carnil@debian.org>
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-starter-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-starter-perl.git

Package: libmodule-starter-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libpath-class-perl
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.