On Sun Jan 25 15:47:37 2009, belg4mit@pthbb.org wrote:
Show quoted text> Not from the command-line, but I do in my module.
It shouldn't matter. The behaviour of code should be identical on the
command line and in a module.
Show quoted text> In it I see:
>
> IO::Uncompress::Unzip: input filename is undef or null string at
> lib/Text/FIGlet/Font.pm line 38
>
> Which is slightly different from the file not existing, except that
> CORE::open handles them the same.
Aaah ok, I see your problem now. That particular message comes from a
croak in my code.
Let me see if I can downgrade that croak into a standard $! type error.
For your module, unless you specify the version of my module with the
fix in it, you will have to keep the eval in place.
Paul