From 6fee93474529625f4a23220c658a2282ce477925 Mon Sep 17 00:00:00 2001 From: clsung Date: Sat, 30 Oct 2004 08:42:30 +0000 Subject: - perl extension that testing data structures for differences deeply. PR: ports/73237 Submitted by: Alex Kapranoff Approved by: co-mentor (vanilla) --- devel/p5-Test-Deep/pkg-descr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 devel/p5-Test-Deep/pkg-descr (limited to 'devel/p5-Test-Deep/pkg-descr') diff --git a/devel/p5-Test-Deep/pkg-descr b/devel/p5-Test-Deep/pkg-descr new file mode 100644 index 000000000000..064a5aa342d0 --- /dev/null +++ b/devel/p5-Test-Deep/pkg-descr @@ -0,0 +1,8 @@ +Test::Deep gives you very flexible ways to check that the result you +got is the result you were expecting. At it's simplest it compares two +structures by going through each level, ensuring that the values +match, that arrays and hashes have the same elements and that +references are blessed into the correct class. It also handles +circular data struc- tures without getting caught in an infinite loop. + +WWW: http://search.cpan.org/dist/Test-Deep/ -- cgit