File: control

package info (click to toggle)
libtest-moose-more-perl 0.038-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 384 kB
  • ctags: 44
  • sloc: perl: 548; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,500 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
Source: libtest-moose-more-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libaliased-perl,
                     libdata-optlist-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libperl-version-perl,
                     libsub-exporter-progressive-perl,
                     libsyntax-keyword-junction-perl,
                     libtap-simpleoutput-perl,
                     libtest-checkdeps-perl (>= 0.010),
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-moose-more-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-moose-more-perl.git
Homepage: https://metacpan.org/release/Test-Moose-More

Package: libtest-moose-more-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-optlist-perl,
         libmoose-perl,
         libsub-exporter-progressive-perl,
         libsyntax-keyword-junction-perl,
Description: collection of tools for testing Moose packages
 Test::Moose::More contains a number of additional tests that can be employed
 against Moose classes/roles. It is intended to replace Test::Moose in a
 package's tests, and re-exports any tests that it has and the package does
 not, yet.