File: control

package info (click to toggle)
libtest-simple-perl 0.62-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 540 kB
  • ctags: 137
  • sloc: perl: 3,674; makefile: 43
file content (24 lines) | stat: -rw-r--r-- 978 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
Source: libtest-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Florian Ragwitz <rafl@debian.org>
Standards-Version: 3.6.2

Package: libtest-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, 
Conflicts: libtest-builder-tester-perl
Provides: libtest-builder-tester-perl
Replaces: libtest-builder-tester-perl
Description: Basic utilities for writing tests in Perl
 Test::Simple is an extremely simple, extremely basic module for writing tests
 suitable for CPAN modules and other pursuits.
 .
 This package also includes the following modules:
  * Test::Builder - backend for building test libraries
  * Test::Builder::Module - base class for test modules
  * Test::Builder::Tester - test testsuites that are built with Test::Builder
  * Test::Builder::Tester::Color - turn on colour in Test::Builder::Tester
  * Test::More - yet another framework for writing test scripts