Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 24952
Status: resolved
Priority: 0/
Queue: Email-Simple

People
Owner: Nobody in particular
Requestors: karen.cravens [...] gmail.com
Cc:
AdminCc:

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



Subject: as_string vs. Email::LocalDelivery
The as_string function appears to have changed behavior. Installing Email::LocalDelivery (updating from 0.09) causes the following error: PERL_DL_NONLAZY=1 /opt/perl-5.8.8/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00compile.......ok t/mbox............Can't use an undefined value as a SCALAR reference at /opt/perl-5.8.8/lib/site_perl/5.8.8/Email/Simple.pm line 84. which also occurs when the currently live (0.09) Email::LocalDelivery's "deliver" is called (also on an mbox; I haven't tested it on a maildir).
This was an ELD bug, not an ES bug. In 0.212, Mbox no longer breaks encapsulation around Email:Simple fixed there -- rjbs