summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Approx/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Test-Approx/DESCR')
-rw-r--r--devel/p5-Test-Approx/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Test-Approx/DESCR b/devel/p5-Test-Approx/DESCR
new file mode 100644
index 00000000000..a7fad3d5539
--- /dev/null
+++ b/devel/p5-Test-Approx/DESCR
@@ -0,0 +1,5 @@
+This module lets you test if two things are *approximately* equal. Yes,
+that sounds a bit wrong at first - surely you know if they should be
+equal or not? But there are actually valid cases when you don't/can't
+know. This module is meant for those rare cases when close is good
+enough.