File: control

package info (click to toggle)
libtest-class-perl 0.11-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 284 kB
  • ctags: 47
  • sloc: perl: 1,210; sh: 111; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 895 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libtest-class-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Build-Depends: debhelper (>> 4.0), dpatch
Build-Depends-Indep: perl (>= 5.6.0-16), libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libmodule-build-perl, libdevel-symdump-perl
Standards-Version: 3.6.2.1

Package: libtest-class-perl
Architecture: all
Depends: ${perl:Depends}, libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libdevel-symdump-perl
Suggests: libdate-ical-perl
Description: easily create perl test classes in an xUnit style
 Test::Class from CPAN provides a simple way of creating classes 
 and objects to test your code in an xUnit style. It is built using 
 Test::Builder it is designing to work with other Test::Builder based 
 modules (Test::More, Test::Differences, Test::Exception, etc.)