Skip to content

Bad lexical interpretation of @ sign when used as english punctuation #16

@hedges333

Description

@hedges333
my $phrase = 'Please contact Waldo @ waldo@whereswaldo.org';
my @addrs = map $_->address, Email::Address->parse($phrase);
print "$_\n" for @addrs;

outputs:

Waldo@waldo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions