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
|
Source: libpoe-test-loops-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpoe-test-loops-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-test-loops-perl.git
Homepage: https://metacpan.org/release/POE-Test-Loops
Testsuite: autopkgtest-pkg-perl
Package: libpoe-test-loops-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Recommends: libpoe-perl
Description: test framework for POE event loops
POE::Test::Loops is a Perl helper module that provides a framework for testing
the functionality of POE event loops. It contains a single function that sets
up all the loop tests for one or more POE::Loop subclasses. It is most useful
during development and building of POE event loops.
|