1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: libtest-longstring-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
Angel Abad <angel@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-coverage-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-longstring-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-longstring-perl.git
Homepage: https://metacpan.org/release/Test-LongString
Package: libtest-longstring-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: module to test for string equality
Test::LongString is a Perl test module that provides some functions useful
for testing the equality of long strings. Upon failure, it will provide more
useful diagnostic output by:
.
* Reporting lengths of the strings that have been compared
* Reporting length of the common prefix of strings
* Automatically escaping non-ASCII characters as \x{xx}
|