1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libtest-object-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-object-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-object-perl.git
Homepage: https://metacpan.org/release/Test-Object
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Package: libtest-object-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: module for thoroughly testing objects via registered handlers
The Test::Object perl module aids testing deep trees of classes.
It allows testing an object against the expected behavior of all the
classes in its inheritance tree.
|