pkgsrc-wip/p5-Email-AddressParser/DESCR
Sergey Svishchev 3c7f9d537a Initial import of Email::AddressParser.
Near drop-in replacement for the regex parsing of Email::Address, which
has serious issues for production use (exponential to infinite computation
time in some cases). It uses code from Mark Crispin's c-client library
to implement the parsing. The resulting parser is much more stable than
the regex-based version of Email::Address.
2008-02-12 10:56:18 +00:00

5 lines
333 B
Text

Near drop-in replacement for the regex parsing of Email::Address, which
has serious issues for production use (exponential to infinite computation
time in some cases). It uses code from Mark Crispin's c-client library
to implement the parsing. The resulting parser is much more stable than
the regex-based version of Email::Address.