Re: update B::Concise pod to reflect previous changes

2005-08-25 Thread Rafael Garcia-Suarez
Jim Cromie wrote:
 --- ../bleadperl/ext/B/B/Concise.pm   2005-08-02 05:09:07.0 -0600

Thanks, applied as change #25327.


update B::Concise pod to reflect previous changes

2005-08-24 Thread Jim Cromie


diff -ruN -X exclude-diffs ../bleadperl/ext/B/B/Concise.pm 
concise-docupd/ext/B/B/Concise.pm
--- ../bleadperl/ext/B/B/Concise.pm 2005-08-02 05:09:07.0 -0600
+++ concise-docupd/ext/B/B/Concise.pm   2005-08-24 11:02:19.0 -0600
@@ -1610,12 +1610,13 @@
 
 =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.
-
-In particular, Bcompile will die if you've asked for a non-existent
-function-name, a non-existent coderef, or a non-CODE reference.
+Errors in rendering (non-existent function-name, non-existent coderef)
+are written to the STDOUT, or wherever you've set it via
+walk_output().
+
+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