File: control

package info (click to toggle)
libfennec-perl 2.017-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 392 kB
  • ctags: 122
  • sloc: perl: 2,066; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 2,034 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
45
46
Source: libfennec-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: libchild-perl (>= 0.010),
                     libexporter-declare-perl,
                     libmock-quick-perl,
                     libparallel-runner-perl,
                     libtest-exception-perl,
                     libtest-pod-perl,
                     libtest-warn-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfennec-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfennec-perl.git
Homepage: https://metacpan.org/release/Fennec
Testsuite: autopkgtest-pkg-perl

Package: libfennec-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libchild-perl (>= 0.010),
         libexporter-declare-perl,
         libmock-quick-perl,
         libparallel-runner-perl,
         libtest-exception-perl,
         libtest-warn-perl
Description: Perl module providing RSPEC, Workflows, Parallelization, and Encapsulation
 Fennec started as a project to improve the state of testing in Perl. Fennec
 looks to existing solutions for most problems, so long as the existing
 solutions help meet the features listed below:
  * You can fork, and run assertions (tests) in both processes,
  * Encapsulated test groups can be run individually, without running the
    entire file,
  * Tests groups can be sorted, randomized, or sorted via a custom method,
  * Fennec is compatible with Test::Builder based tools,
  * Test::Builder2 supportis in-place, but experimental,
  * Fennec is configurable to work on alternatives to Test::Builder,
  * You do not need to put anything such as done_testing() at the end of your
    test file,
  * You do not need to worry about test counts,
  * Diagnostic messages are grouped with the failed test.