The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Email-AddressParser version 0.01
================================

A partial drop-in replacement for Email::Address. See pod documentation for
more information.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

   None

COPYRIGHT AND LICENCE

All parsing code is Copyright (c) 1988-2006 University of Washington, under the
Apache License 2.0. The Perl integration is licesened under the same terms as
Perl itself.