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 31 32 33 34 35
|
Source: libtest-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-coverage-perl,
libtest-pod-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-perl
Homepage: http://github.com/schwern/test-more/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-simple-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-simple-perl.git
Package: libtest-simple-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: set of basic utilities for writing tests in Perl
Test::Simple is an extremely simple module for writing tests suitable for CPAN
modules and other pursuits.
.
This package also includes the following modules:
* Test::Builder - backend for building test libraries
* Test::Builder::Module - base class for test modules
* Test::Builder::Tester - test testsuites that are built with Test::Builder
* Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
* Test::More - yet another framework for writing test scripts
.
This module is already included as part of Perl's core distribution, so this
package is only beneficial when newer features or bug fixes are required.
|