Source: libstruct-compare-perl Maintainer: Debian Perl Group Uploaders: Martin Zobel-Helas Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 11) Build-Depends-Indep: perl Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstruct-compare-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstruct-compare-perl.git Homepage: https://metacpan.org/release/Struct-Compare Package: libstruct-compare-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module providing recursive diff for perl structures Struct::Compare compares two values of any type and structure and returns true if they are the same. It does a deep comparison of the structures, so a hash of a hash of a whatever will be compared correctly. . This is especially useful for writing unit tests for your modules!