File: control

package info (click to toggle)
libtest-simple-perl 0.41-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 304 kB
  • ctags: 85
  • sloc: perl: 1,428; makefile: 33
file content (21 lines) | stat: -rw-r--r-- 748 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
Source: libtest-simple-perl
Section: interpreters
Priority: optional
Maintainer: Ardo van Rangelrooij <ardo@debian.org>
Standards-Version: 3.5.6
Build-Depends-Indep: debhelper (>= 3.0.18), perl

Package: libtest-simple-perl
Section: interpreters
Priority: optional
Architecture: all
Depends: ${perl:Depends}
Description: Perl modules for writing tests
 The Test::Simple module is an extremely simple, extremely basic
 module for writing tests suitable for CPAN modules and other
 pursuits.
 .
 The Test::More module is a drop-in replacement for Test::Simple and
 provides a wide range of testing utilities.  Various ways to say "ok"
 with better diagnostics, facilities to skip tests, test future
 features and compare complicated data structures.