Subject: | Undocumented dependency on current IO::Innerfile |
Known good case:
FreeBSD 4.9-RELEASE-p3
perl, v5.8.2 built for i386-freebsd
MIME::Tools - $VERSION = substr q$Revision: 5.411 $, 10;
IO::InnerFile - $VERSION = substr q$Revision: 2.102 $, 10;
Error case:
FreeBSD 5.3-RELEASE-p5
perl, v5.8.0 built for i386-freebsd
MIME::Tools - $VERSION = "5.417";
IO::InnerFile - $VERSION = substr q$Revision: 2.102 $, 10;
Tripped a fatal exception with $@ set to:
MIME::Parser: can't seek: No such file or directory at /usr/local/lib/perl5/site_perl/5.8.0/MIME/Parser.pm
Upgrading local copy of IO::InnerFile on second machine to now be:
IO::InnerFile - $VERSION = "2.110";
Fixed the problem.
Might make sense to add a dependency into current MIME::Tools distributions on having
IO::InnerFile version 2.110