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: 17900
Status: rejected
Priority: 0/
Queue: Email-Valid

People
Owner: Nobody in particular
Requestors: cpan [...] zizou.net
Cc:
AdminCc:

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



Subject: Space allowed after @ sign
use Email::Valid; print (Email::Valid->address('maurice@ hevanet.com') ? 'yes' : 'no'); prints yes... Why does it allow spaces after the at sign? It returns the corrected email address but I think it should return false shouldn't it??