--- Michael G Schwern <[EMAIL PROTECTED]> wrote:

> Oh, I see what it is.  Funny, I just fixed this exact problem in
> aliased.pm.
> http://rt.cpan.org/Public/Bug/Display.html?id=25293
> 
> Its base.pm.
> 
>             local $SIG{__DIE__};
>             eval "require $base";
> 
> Test::Builder::Module is loaded which loads Test::Builder which
> instantiates a
> __DIE__ handler which is localized and thrown out.

Damn it.  I have to remember to go out and check all of my modules for
bugs since I'm not getting notified of them (this was fixed recently,
yes?)

In any event, I'll look at making this work. Thanks.

Cheers,
Ovid

--

Buy the book -- http://www.oreilly.com/catalog/perlhks/
Perl and CGI -- http://users.easystreet.com/ovid/cgi_course/

Reply via email to