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.
|