File: control

package info (click to toggle)
libpoe-test-loops-perl 1.360-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: perl: 6,529; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (2)
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.