Subject: | Minor typo in POD |
I believe there is a minor typo in the POD. The Carp module does not
have a method named "cloak". I believe the intended method name is "cluck".
On perl 5.12.2:
perl -MCarp=cloak -e 1
"cloak" is not exported by the Carp module
Can't continue after import errors at -e line 0
BEGIN failed--compilation aborted.
I have attached a patch to correct the POD.
By the way, I find Carp::Always to be a very helpful module.
Gene
Subject: | diff-u.txt |
--- Always.pm.0.9 2007-07-30 10:42:16.000000000 -0400
+++ Always.pm 2011-06-13 09:03:51.000000000 -0400
@@ -85,7 +85,7 @@
Oh, by the way, C<carp> and C<croak> when requiring/using
the C<Carp> module are also made verbose, behaving
-like C<cloak> and C<confess>, respectively.
+like C<cluck> and C<confess>, respectively.
=head2 EXPORT