da3f623e90
- Add NO_ARCH - Add WWW: Approved by: portmgr blanket
13 lines
462 B
Text
13 lines
462 B
Text
This is a module for finding a subset of RFC 822 email addresses in
|
|
arbitrary text. The addresses it finds are not guaranteed to exist or
|
|
even actually be email addresses at all, but they will be valid RFC 822
|
|
syntax.
|
|
|
|
Email::Find will perform some heuristics to avoid some of the more
|
|
obvious red herrings and false addresses, but there's only so much which
|
|
can be done without a human.
|
|
|
|
-Anton
|
|
<tobez@FreeBSD.org>
|
|
|
|
WWW: https://metacpan.org/release/Email-Find
|