File: control

package info (click to toggle)
libtest-class-most-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 116 kB
  • sloc: perl: 150; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,001 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
Source: libtest-class-most-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000),
 libtest-class-perl (>= 0.33),
 libtest-most-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-class-most-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-class-most-perl.git
Homepage: http://search.cpan.org/dist/Test-Class-Most/

Package: libtest-class-most-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtest-class-perl (>= 0.33), libtest-most-perl
Description: module to reduce boilerplate code when testing classes
 Test::Class::Most acts as a combination of Test::Class, Test::Most and
 Modern::Perl, thus saving a lot of typing boilerplate code when writing
 tests for Perl classes.