From: Gene Sullivan Date: Sun, 2 May 2010 11:39:54 +0000 (+0200) Subject: [perl #74808] Carp.pm POD error X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=23fab7a5e1e3a2c6c43adcf452f4b0c3e981b5e3;p=p5sagit%2Fp5-mst-13.2.git [perl #74808] Carp.pm POD error 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. --- diff --git a/lib/Carp.pm b/lib/Carp.pm index 5b6d555..b99d4a7 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -428,7 +428,7 @@ Defaults to C<8>. =head2 $Carp::Verbose -This variable makes C and C generate stack backtraces +This variable makes C and C generate stack backtraces just like C and C. This is how C is implemented internally.