           SPELL=email-abstract
         VERSION=2.134
          SOURCE="Email-Abstract-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.cpan.org/authors/id/R/RJ/RJBS/${SOURCE}
     SOURCE_HASH=sha512:92dc19cff8240fbd7749999f6b46606a2748b02bee9bd5daa1d175f1760a1f12733bc8428c056b25f07ad8e974f0ab11bcb56f88db34222708d3923350f0751b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Email-Abstract-${VERSION}"
        WEB_SITE="http://search.cpan.org/search?query=Email-Abstract&mode=all"
      LICENSE[0]=ART
         ENTERED=20080630
           SHORT="Email::Abstract - unified interface to mail representations"
cat << EOF
Email::Abstract provides module writers with the ability to write simple,
representation-independent mail handling code. For instance, in the cases of
Mail::Thread or Mail::ListDetector, a key part of the code involves reading
the headers from a mail object. Where previously one would either have
to specify the mail class required, or to build a new object from scratch,
Email::Abstract can be used to perform certain simple operations on an object
regardless of its underlying representation.

Email::Abstract currently supports Mail::Internet, MIME::Entity, Mail::Message,
Email::Simple and Email::MIME. Other representations are encouraged to create
their own Email::Abstract::* class by copying Email::Abstract::EmailSimple. All
modules installed under the Email::Abstract hierarchy will be automatically
picked up and used.
EOF
