Skip Menu |

This queue is for tickets about the CGI-Untaint-email CPAN distribution.

Report information
The Basics
Id: 200
Status: resolved
Priority: 0/
Queue: CGI-Untaint-email

People
Owner: Nobody in particular
Requestors: tony [...] tmtm.com
Cc:
AdminCc:

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



Subject: Fails tests
Make test fails: 1..4 ok 1 - create the handler ok 2 - Valid ok 3 - Valid not ok 4 - Invalid # Failed test (t/00_email.t at line 28) # got: 'miyagawa at cpan dot org' # expected: undef # Looks like you failed 1 tests of 4.
[guest - Thu Jan 24 11:13:54 2002]: Show quoted text
> Make test fails: > > 1..4 > ok 1 - create the handler > ok 2 - Valid > ok 3 - Valid > not ok 4 - Invalid > # Failed test (t/00_email.t at line 28) > # got: 'miyagawa at cpan dot org' > # expected: undef > # Looks like you failed 1 tests of 4.
tell me your Email::Valid version: and the result of: % perl -MEmail::Valid -le 'print Email::Valid->address("foo at bar") ? "OK" : "NG"'