Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 53673
Status: resolved
Priority: 0/
Queue: Email-Valid

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

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



Subject: failure when email address begins with a number
I'm having a problem in my program which uses Email::Valid. It dies with error message: Can't call method "isa" without a package or object reference at /c/lib/ perl/cpan/Email/Valid.pm line 302, <STDIN> line 4. This only happens when email address starts with number/digit, e.g. 0day@yahoo.com but not day@yahoo.com. I worked around this by replacing all 3 occurences of: $addr->isa('Mail::Address'); with: UNIVERSAL::isa($addr, 'Mail::Address');
On 2010-01-14 00:17:07, SHARYANTO wrote: Show quoted text
> I'm having a problem in my program which uses Email::Valid. It dies > with error message: > > Can't call method "isa" without a package or object reference at /c/lib/ > perl/cpan/Email/Valid.pm line 302, <STDIN> line 4.
I haven't looked into this yet, but plan to.
this appears to have been fixed -- rjbs