aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Deep/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-30 08:42:30 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-30 08:42:30 +0000
commitafc2d33becc76aac62350f46d0cb421438e820f8 (patch)
tree98d09611b9a82879bf286ebe244c8b2054ea7ece /devel/p5-Test-Deep/pkg-descr
parent41cb81d2e54206daa6406ccb86b390d09e9f7786 (diff)
downloadports-afc2d33becc76aac62350f46d0cb421438e820f8.tar.gz
ports-afc2d33becc76aac62350f46d0cb421438e820f8.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)
Notes
Notes: svn path=/head/; revision=120481
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/