Skip Menu |

This queue is for tickets about the MailTools CPAN distribution.

Report information
The Basics
Id: 31070
Status: resolved
Priority: 0/
Queue: MailTools

People
Owner: Nobody in particular
Requestors: hsk [...] fli-leibniz.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug in MailTools-2.01
Date: Thu, 29 Nov 2007 15:55:00 +0100 (MET)
To: bug-MailTools [...] rt.cpan.org
From: Friedrich Haubensak <hsk [...] fli-leibniz.de>
sub smtpsend($@) within lib/Mail/Internet.pm seems to need something like use Mail::Util qw(mailaddress); i tried to install mailtools-2.01 and mime-tools-5.425 and "make test" of mime-tools failed giving the message Undefined subroutine &Mail::Internet::mailaddress called at /var/imb/lib/perl5/site_perl/5.8.8/Mail/Internet.pm line 383 -- Friedrich Haubensak hsk@fli-leibniz.de | Science is true! Leibniz Institute for Age Research | Don't be mislead by facts. - Fritz Lipmann Institute - +----------------------------- Beutenbergstrasse 11, D-07745 Jena | Tel. +49-3641-65-6202 | Fax -6210
Mail::Internet used mailaddress() around the clean Exporter interface, which caused confusion. Fixed in 2.02