Source: libtest-longstring-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://gitee.com/openkylin/libtest-longstring-perl
Vcs-Git: https://gitee.com/openkylin/libtest-longstring-perl.git
Homepage: https://metacpan.org/release/Test-LongString
Testsuite: autopkgtest-pkg-perl

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}
