summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordsainty <dsainty>2010-06-17 05:14:53 +0000
committerdsainty <dsainty>2010-06-17 05:14:53 +0000
commit28933b3a651bc507088938d6d0054b80761aee4b (patch)
treee44eedb606747b5ef59e3ccd640f7c51ceae00c4 /devel
parent94eeaeb5942616e63769ccdd20763bb06207e9ed (diff)
downloadpkgsrc-28933b3a651bc507088938d6d0054b80761aee4b.tar.gz
Cut and paste the deprecated status of this module from its internal
documentation: Using the "Error" module is no longer recommended due to the black-magical nature of its syntactic sugar, which often tends to break. Its maintainers have stopped actively writing code that uses it, and discourage people from doing so.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Error/DESCR6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-Error/DESCR b/devel/p5-Error/DESCR
index bffee46bfeb..d1e8e5b1aa5 100644
--- a/devel/p5-Error/DESCR
+++ b/devel/p5-Error/DESCR
@@ -5,5 +5,7 @@ a procedural interface to exception handling. Secondly Error is a
base class for errors/exceptions that can either be thrown, for
subsequent catch, or can simply be recorded.
-Errors in the class Error should not be thrown directly, but the
-user should throw errors from a sub-class of Error
+Using the "Error" module is no longer recommended due to the black-magical
+nature of its syntactic sugar, which often tends to break. Its maintainers
+have stopped actively writing code that uses it, and discourage people
+from doing so.