[perl #74808] Carp.pm POD error
Gene Sullivan [Sun, 2 May 2010 11:39:54 +0000 (13:39 +0200)]
The documentation incorrectly states that the $Carp::Verbose
variable makes cluck generate stack backtraces.  cluck
already generates stack backtraces.  It should say that
the variable makes croak generate stack backtraces.

lib/Carp.pm

index 5b6d555..b99d4a7 100644 (file)
@@ -428,7 +428,7 @@ Defaults to C<8>.
 
 =head2 $Carp::Verbose
 
-This variable makes C<carp> and C<cluck> generate stack backtraces
+This variable makes C<carp> and C<croak> generate stack backtraces
 just like C<cluck> and C<confess>.  This is how C<use Carp 'verbose'>
 is implemented internally.