Skip Menu |

This queue is for tickets about the Carp-Always CPAN distribution.

Report information
The Basics
Id: 68793
Status: resolved
Priority: 0/
Queue: Carp-Always

People
Owner: Nobody in particular
Requestors: epimetreus [...] fastmail.fm
gsullivan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.09
Fixed in: 0.10



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
Thanks. Typo fixed in 0.10 dist which should be soon available at CPAN. http://search.cpan.org/dist/Carp-Always-0.10/