Source: libtest-unit-perl Maintainer: Debian Perl Group Uploaders: Andreas Fester , Xavier Guimard , Axel Beckert Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9~) Build-Depends-Indep: libclass-inner-perl, libdevel-symdump-perl, liberror-perl, perl (>= 5.14) Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-unit-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-unit-perl.git Homepage: https://metacpan.org/release/Test-Unit Package: libtest-unit-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-inner-perl, libdevel-symdump-perl, liberror-perl Suggests: perl-tk Description: unit testing framework for Perl Test::Unit::* is a sophisticated unit testing framework for Perl that is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. . While this framework is originally intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.), Test::Unit::Procedural is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment.