Subject: | Untrimmed trailing paren from 'name' method |
Trivial bug in Email::Address 1.2
In the 'name' method's handling of the address comment field, line 317:
$name =~ s/\($//;
should be:
$name =~ s/\)$//;
to trim the trailing paren.
This queue is for tickets about the Email-Address CPAN distribution.
The Basics
People
|
Bug Information
|