Author: jonathan Date: Mon Nov 24 14:50:50 2008 New Revision: 33163 Modified: trunk/docs/pdds/pdd23_exceptions.pod
Log: [pdd] Correction to previous commit; name is just an optional parameter to annotations, for consistency with e.g. inspect method. Modified: trunk/docs/pdds/pdd23_exceptions.pod ============================================================================== --- trunk/docs/pdds/pdd23_exceptions.pod (original) +++ trunk/docs/pdds/pdd23_exceptions.pod Mon Nov 24 14:50:50 2008 @@ -205,7 +205,7 @@ the exception was thrown. If none were in effect, returns an empty Hash. See the PIR PDD for syntax for declaring and semantics of bytecode annotations. -=item B<PMC *annotation(STRING *name)> +=item B<PMC *annotations(STRING *name)> Returns a PMC representing the bytecode annotation with the key specified in C<name> at the point where the exception was thrown. If there was no such
