File: control

package info (click to toggle)
libstruct-compare-perl 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 10
  • sloc: perl: 55; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
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!