On Thu Jan 14 19:27:57 2010, schwern@pobox.com wrote:
Show quoted text> RKINYON via RT wrote:
> > Not irreversible. IO::All provides for a -strict option. No reason
> UNIVERSAL::require couldn't do
> > the same. That would promote all errors to dies.
>
> This is true, and I did do some work to add a "die" option, but at
> this point,
> honestly, Module::Load is a better option. That you're going to load
> UNIVERSAL::require once and then rely on it being loaded outside that
> context
> is not very safe. You might as well import a function, not have to
> use a
> special switch and not pollute UNIVERSAL.
I had looked at Module::Load when evaluating UNIVERSAL::require.
Show quoted text> I'm pretty much done with the module. If you want to continue its
> development
> I'll gladly transfer ownership.
If you're deprecating this module, I'll just switch to that one. Thanks!