On Sat Feb 16 17:23:47 2008, coke wrote:
> The example in the PDD now reads:
> 
>   $P0 = new 'String'
>   $P0 = "something bad happened"
>   $P1 = new ['parrot';'exception'], $P0  # create new exception object
>   throw $P1                              # throw it
> 


This code continues to not work.  Would it be DTRT to copy/pasta some
code from t/pmc/exception.t, such as the "throw - no handler" test?

Reply via email to