1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libstruct-compare-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martin Zobel-Helas <zobel@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Struct-Compare
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstruct-compare-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstruct-compare-perl/
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!
|