bug in Mail-Box-2.053 in Mail::Message->coerce

Erik A Johnson <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.mail-box
Message-ID <p06020400bc2187eb02a2@[204.96.114.103]>
Mark,

In the coerce method of Mail::Message in Mail-Box-2.053, lines 82 and 
94 seem to have the last part backwards, is that right?  They 
currently read

   $mime_entity_converter = Mail::Message::Convert::MailInternet->new;

   $mail_internet_converter = Mail::Message::Convert::MimeEntity->new;

and I think they should be

   $mime_entity_converter = Mail::Message::Convert::MimeEntity->new;

   $mail_internet_converter = Mail::Message::Convert::MailInternet->new;

Is that correct or am I missing something?  Thanks.

Erik.

-- 
Erik A. Johnson, Ph.D., Asst. Prof. / e-mail: [email protected]
Department of Civil Engineering    /  office: 206B Kaprielian Hall
University of Southern California /    phone: (213) 740-0610
3620 S Vermont Ave, KAP210       /       fax: (213) 744-1426
Los Angeles, CA 90089-2531      / http://www.usc.edu/civil_eng/johnsone
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.