aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Deep/pkg-descr
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2004-10-30 16:42:30 +0800
committerclsung <clsung@FreeBSD.org>2004-10-30 16:42:30 +0800
commit6fee93474529625f4a23220c658a2282ce477925 (patch)
tree6196fe9d121f5c0448640f5e64e48d8d5ab19135 /devel/p5-Test-Deep/pkg-descr
parentcff882c2a66c0b9c6303d2866e91d4ab2ed9d5c9 (diff)
downloadfreebsd-ports-gnome-6fee93474529625f4a23220c658a2282ce477925.tar.gz
freebsd-ports-gnome-6fee93474529625f4a23220c658a2282ce477925.tar.zst
freebsd-ports-gnome-6fee93474529625f4a23220c658a2282ce477925.zip
- perl extension that testing data structures for differences deeply.
PR: ports/73237 Submitted by: Alex Kapranoff <kappa AT rambler-co dot ru> Approved by: co-mentor (vanilla)
Diffstat (limited to 'devel/p5-Test-Deep/pkg-descr')
-rw-r--r--devel/p5-Test-Deep/pkg-descr8
1 files changed, 8 insertions, 0 deletions
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/