Bug in 2.056, specifically Mail::Box::Dir::Message

Jan Martin Mathiassen <[email protected]> Sun, 01 Aug 2004 03:01:26 +0200
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <[email protected]>
I've just started using Mail::Box, and I've hit upon a bug in 
Mail::Box::Dir::Message. Specifically, IO::File is never use'd in the 
required file, so when I try to run addMessage, it crashes out with the 
following errormessage:

Can't locate object method "new" via package "IO::File" at 
/usr/local/share/perl/5.8.4/Mail/Box/Dir/Message.pm line 189.

I've just added "use IO::File;" to the top for now.