File: control

package info (click to toggle)
libmodule-starter-perl 1.540%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 272 kB
  • ctags: 91
  • sloc: perl: 3,029; sh: 48; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,024 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
Source: libmodule-starter-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtest-pod-coverage-perl, libtest-pod-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>, Jonathan Yu <jawnsy@cpan.org>,
 Jaldhar H. Vyas <jaldhar@debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Module-Starter/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-starter-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-starter-perl/

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