summaryrefslogtreecommitdiff
path: root/devel/p5-Carp-Clan/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Carp-Clan/DESCR')
-rw-r--r--devel/p5-Carp-Clan/DESCR10
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/p5-Carp-Clan/DESCR b/devel/p5-Carp-Clan/DESCR
index 9f2d4dc5a10..4ee6c23275c 100644
--- a/devel/p5-Carp-Clan/DESCR
+++ b/devel/p5-Carp-Clan/DESCR
@@ -1 +1,9 @@
-Report errors from perspective of caller of a "clan" of modules.
+This module reports errors from the perspective of the caller of a
+"clan" of modules, similar to "Carp.pm" itself. But instead of giving it
+a number of levels to skip on the calling stack, you give it a pattern
+to characterize the package names of the "clan" of modules which shall
+never be blamed for any error. :-)
+
+So these modules stick together like a "clan" and any error which occurs
+will be blamed on the "outsider" script or modules not belonging to this
+"clan".