This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #74808] Carp.pm POD error
authorGene Sullivan <perlbug-followup@perl.org>
Sun, 2 May 2010 11:39:54 +0000 (13:39 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Sun, 2 May 2010 11:39:54 +0000 (13:39 +0200)
commit23fab7a5e1e3a2c6c43adcf452f4b0c3e981b5e3
treec9d719b90d33d4b8f007ddfd580fb8419c618ca6
parent42607a60df6df19b7f1f7ead87d1e51588a4b875
[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.
lib/Carp.pm