Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 60994
Status: resolved
Priority: 0/
Queue: Email-Address

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

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



Subject: Email::Address 1.890 breaks ->parse
Date: Thu, 2 Sep 2010 14:25:38 -0400
To: bug-email-address [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
perl -MEmail::Address -e"warn scalar Email::Address->parse('a@foo.com b@bar.com')" parses out to two Email::Address objects on 1.889 and to one Email::Address object on 1.890.
test added to dist behavior reverted to that of 1.889 -- rjbs