From: Jim Cromie Date: Wed, 24 Aug 2005 11:05:47 +0000 (-0600) Subject: update B::Concise pod to reflect previous changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9a3b3024fe991ed165f64ae2c57c2ad68d620379;p=p5sagit%2Fp5-mst-13.2.git update B::Concise pod to reflect previous changes Message-ID: <430CA8EB.3010904@divsol.com> p4raw-id: //depot/perl@25327 --- diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm index eacab35..20c443d 100644 --- a/ext/B/B/Concise.pm +++ b/ext/B/B/Concise.pm @@ -1610,12 +1610,13 @@ the output. =head2 Errors -All detected errors, (invalid arguments, internal errors, etc.) are -resolved with a die($message). Use an eval if you wish to catch these -errors and continue processing. +Errors in rendering (non-existent function-name, non-existent coderef) +are written to the STDOUT, or wherever you've set it via +walk_output(). -In particular, B will die if you've asked for a non-existent -function-name, a non-existent coderef, or a non-CODE reference. +Errors using the various *style* calls, and bad args to walk_output(), +result in die(). Use an eval if you wish to catch these errors and +continue processing. =head1 AUTHOR