Remove tests
[pkg-perl] / deb-src / libtest-differences-perl / libtest-differences-perl-0.47 / debian / control
1 Source: libtest-differences-perl
2 Section: perl
3 Priority: optional
4 XSBC-Original-Maintainer: Jay Bonci <jaybonci@debian.org>
5 Maintainer: Nito Martinez <Nito@Qindel.ES>
6 Build-Depends-Indep: debhelper (>> 4.0.0), perl (>= 5.6.0-16), libtext-diff-perl
7 Standards-Version: 3.6.1.0
8
9 Package: libtest-differences-perl
10 Architecture: all
11 Depends: ${perl:Depends}, libtext-diff-perl
12 Description: Test string and data structure differences in perl
13  CPAN's Test::Differences compares data structures and strings
14  and returns their differences in a UNIX diff fashion if they
15  are "not ok". Useful for comparing large structures easily
16  when running tests.