File: control

package info (click to toggle)
libtest-yaml-meta-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 220 kB
  • ctags: 29
  • sloc: perl: 703; makefile: 42
file content (22 lines) | stat: -rw-r--r-- 1,072 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
Source: libtest-yaml-meta-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12), libtest-yaml-valid-perl (>= 0.03),
 libtest-pod-perl (>= 1), libtest-pod-coverage-perl (>= 0.08)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Rene Mayorga <rmayorga@debian.org.sv>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Test-YAML-Meta/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-yaml-meta-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-yaml-meta-perl/

Package: libtest-yaml-meta-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libtest-yaml-valid-perl (>= 0.03)
Description: test module to validate a META.yml file
 This module was written to ensure that a META.yml file, provided with a 
 standard distribution uploaded to CPAN, meets the specifications that slowly 
 being introduced to module uploads, via the use of ExtUtils::MakeMaker,
 Module::Build and Module::Install.