Author: pmichaud
Date: Fri Dec  7 11:10:06 2007
New Revision: 23575

Modified:
   trunk/docs/pdds/pdd23_exceptions.pod

Log:
[docs]:
* Note non-working code in pdd23, reference RT#48320.


Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod        (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod        Fri Dec  7 11:10:06 2007
@@ -410,11 +410,13 @@
 exception. Other exceptions at the run-loop level are also generally
 resumable.
 
-  $P0 = new String
+  $P0 = new 'String'
   $P0 = "something bad happened"
   $P1 = new ['parrot';'exception'], $P0  # create new exception object
   throw $P1                              # throw it
 
+{{ The above example doesn't work in r23568 -- see RT#48320. }}
+
 =head1 ATTACHMENTS
 
 None.

Reply via email to