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: libtest-yaml-valid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl,
libyaml-perl,
libyaml-syck-perl,
libyaml-tiny-perl,
libyaml-libyaml-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-yaml-valid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-yaml-valid-perl.git
Homepage: https://metacpan.org/release/Test-YAML-Valid
Package: libtest-yaml-valid-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libyaml-perl
Recommends: libyaml-syck-perl | libyaml-libyaml-perl | libyaml-tiny-perl
Description: module to test for valid YAML
Test::YAML::Valid is a Perl module that allows developers to easily test the
validity of arbitrary data structures serialized using YAML (YAML Ain't a
Markup Language). It provides a simple interface compatible for use with most
Test::Builder-based tests.
|