Source: libtest-aggregate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: perl,
                     libtest-most-perl,
                     libtest-nowarnings-perl,
                     libtest-trap-perl,
                     perltidy
Build-Conflicts-Indep: libtest-simple-perl (>= 1.300000),
                       perl (>= 5.25.1)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-aggregate-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-aggregate-perl.git
Homepage: https://metacpan.org/release/Test-Aggregate

Package: libtest-aggregate-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-most-perl,
         libtest-nowarnings-perl
Recommends: libdata-dump-streamer-perl,
            perltidy
Description: module for aggregating tests to make them run faster
 A common problem with many test suites is that they can take a long time to
 run. The longer they run, the less likely you are to run the tests.
 .
 Test::Aggregate borrows a trick from Apache::Registry to load up your tests
 at once, create a separate package for each test and wraps each package in a
 method named run_the_tests. This allows one to load perl only once and related
 modules only once. If you have modules which are expensive to load, this can
 dramatically speed up a test suite.
 .
 WARNING: this is ALPHA code. The interface is not guaranteed to be stable.
 Further, check out Test::Aggregate::Nested (included with this distribution).
 It's a more robust implementation which does not have the same limitations as
 Test::Aggregate.
