Source: libtest-differences-perl Standards-Version: 4.7.2 Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , gregor herrmann , Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: libcapture-tiny-perl , libtest-pod-coverage-perl , libtest-pod-perl , libtest-simple-perl , libtext-diff-perl , perl, Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-differences-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-differences-perl.git Homepage: https://metacpan.org/release/Test-Differences Package: libtest-differences-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcapture-tiny-perl, libtest-simple-perl, libtext-diff-perl, Description: Perl module to test string and data structure differences CPAN's Test::Differences compares data structures and strings and returns their differences in a UNIX diff fashion if they are "not ok". Useful for comparing large structures easily when running tests.