The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Email::Address::UseXS - ensure that any code uses Email::Address::XS instead of Email::Address

DESCRIPTION

To use, simply add use Email::Address::UseXS; in your code before anything that tries to load in Email::Address.

    use Email::Address::UseXS;
    print Email::Address->parse('user@example.com');

WHY?

Email::Address is dangerous, badly-formed input can cause very slow regex expressions (taking minutes or more to run). See https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686 for details.

AUTHOR

Greg Sabino Mullane <TURNSTEP@cpan.org> and Tom Molesworth <TEAM@cpan.org>.

LICENSE

Licensed under the same terms as Perl itself.