On Mon, Jun 26, 2000 at 07:23:35PM -0500, Autarch wrote:
> Anyway, all this is to say that it would be nice to have some general
> cleanup of the Exception related modules so that we could present all the

That is an understatement, but all the people involved have different
ideas/needs etc..

> possibilities and also work on making them work together (my declaration
> code could easily work with Error, for example, and it might be nice to
> have them cross-reference each other).

I have no problem with renaming Error and using some standard base classes.
But if it is to be renamed I feel it should stay at the top level. ie If it's
classes are Exception::* then the try/catch etc. should be in Exception.pm,
or atleast avaliable via 

  use Exception qw(try catch);

Graham.

PS: For those who were there and remember, last year's p5p meeting at the conf.
I was (assigned ?) the task of getting error/exception objects into the perl
core. Part of this was to define a base class structure etc..

Reply via email to