Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-MIME CPAN distribution.

Report information
The Basics
Id: 14075
Status: resolved
Priority: 0/
Queue: Email-MIME

People
Owner: Nobody in particular
Requestors: pete [...] clueball.com
Cc:
AdminCc:

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



Subject: body_set not working under certain conditions
The problem: ----- use Email::MIME; my $parsed = Email::MIME->new( q!From: la@la.com To: la@la.com Some stuff !); # Let's pretend something happened here that caused this to happen: (a # parts_multipart() call would do it) $parsed->{body_raw} = 'Some stuff'; $parsed->body_set('other stuff'); print $parsed->as_string; ----- So our call to body_set is ignored. HORROR!
I cannot reproduce this bug with the latest release. -- rjbs