Re: Draft 3 of RFC 88 version 2.

[email protected] (Dave Rolsky) Sat, 19 Aug 2000 21:22:19 -0500 (CDT)
Newsgroups perl.perl6.language.errors
Message-ID <[email protected]>
On Sat, 19 Aug 2000, Tony Olekshy wrote:

>  die
> 
>     If argument isa "Exception", raise it as the new exception and
>     die in the fashion that Perl 5 does.
> 
>     If argument is a string, wrap it in a new Error object, setting
>     the message ivar to the given string, and raise that instead.

Actually, the Perl5 die takes a list as its argument and does join '', @_
to it to make the actual error message.

>     If argument is anything else, raise a run-time exception.

So this probably shouldn't be the case.


/*==================
www.urth.org
We await the New Sun
==================*/