File: README

package info (click to toggle)
libdata-compare-perl 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: perl: 454; sh: 3; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
This module compares arbitrary data structures to see if they are copies
of each other.

To install, do the usual:

	perl Makefile.PL
	make
	make test
	make install