On Fri, 15 Feb 2002, Stephen Adkins wrote: > You can get Dave Rolsky's Alzabo from CPAN. > It is a database abstraction layer. > He is also the author of Exception::Class, > which you will see used in Alzabo.
The CVS version of Mason also uses Exception::Class quite a bit. Ken Williams wrote some neat code that lets you do this: param_error "Foo bar"; instead of this: HTML::Mason::Exception::Params->throw( error => "Foo bar" ); I should probably bring that facility into the core of Exception::Class. -dave /*================== www.urth.org we await the New Sun ==================*/
