From 9a3b3024fe991ed165f64ae2c57c2ad68d620379 Mon Sep 17 00:00:00 2001 From: Jim Cromie Date: Wed, 24 Aug 2005 05:05:47 -0600 Subject: [PATCH] update B::Concise pod to reflect previous changes Message-ID: <430CA8EB.3010904@divsol.com> p4raw-id: //depot/perl@25327 --- ext/B/B/Concise.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.7.4