On Tue, 14 Dec 2004, Kenneth Porter wrote:
> What's the secret sauce to deal with this? Maybe something with the
> --installdirs argument to force the replacement into the site dirs?
perl Makefile.PL INSTALLDIRS=site && make && make install
You'll notice that mimedefang.pl.in shrewdly has a:
use lib '@PERLINSTALLSITELIB@';
to make it pick up the proper MIME::Base64.
Actually, this issue has bitten other users of MIME::Tools, so I'm
planning on a 5.416 release that will use a more modern MIME::Base64
if it finds it, but will fall back on the old version of not. This could
lead to decoding errors, but it doesn't seem to happen very often.
Regards,
David.
_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang