File: control

package info (click to toggle)
libtest-warn-perl 0.08-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 80 kB
  • ctags: 21
  • sloc: perl: 626; makefile: 35
file content (13 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Source: libtest-warn-perl
Section: perl
Priority: optional
Maintainer: Jay Bonci <jaybonci@debian.org>
Build-Depends-Indep: debhelper (>= 4.1), perl (>= 5.6.0-16), libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
Standards-Version: 3.6.1.0

Package: libtest-warn-perl
Architecture: all
Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
Description: Test for warning-based code in perl
 Test::Warn provides an easy way to test for code throwing warnings in perl.
 It's similar in style to the Test::More family of utilities.