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}
Breaks: libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16)
Replaces: libtest-tester-perl (<< 0.114), libtest-use-ok-perl (<< 0.16)
Provides: libtest-tester-perl, libtest-use-ok-perl
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
  * Test::Tester - a module for testing test modules built with Test::Builder
  * Test::use::ok - an alternative to Test::More::use_ok
 .
 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.
