Commit graph

8 commits

Author SHA1 Message Date
rhaen
73c114c365 - updated to 3.003
Changelog:
3.003     2010-11-08
          replace Class::ISA with mro (MRO::Compat)
2010-12-17 23:02:23 +00:00
sno
9b56756028 Updating mail/p5-Email-Abstract from 3.001nb1 to 3.002
pkgsrc changes:
- tidy
- add license definition
- adjust dependencies

Upstream changes:
3.002     2010-06-11
          avoid a warning in MailInternet with zero headers found
2010-09-05 12:09:22 +00:00
rhaen
bc6868554f 3.001 2008-12-11
declare our prereq on Scalar::Util
2009-02-10 14:34:25 +00:00
rhaen
7cf5baac73 updated to 3.000
Changelog:
3.000     2008-12-09
          accept scalar references for more efficient msg-from-string
2008-12-10 16:58:26 +00:00
rhaen
5d5eef8b0f - updated to 2.134
- small cleanup inside the Makefile
2008-07-16 13:37:20 +00:00
heinz
b22135303e Updated to version 2.132.
Pkgsrc changes:
  - The package supports installation to DESTDIR.
  - This is purely a Perl module.

Changes since version 2.131:
============================
2.132   2007-03-22
        packaging improvements
2007-05-27 09:24:06 +00:00
obache
5ea39f9ebf Update p5-Email-Abstract to 2.131.
Changes:
2.131    2006-08-22

  - pod tests

2.13     2006-07-24

  - test for and permit passing Email::Abstract objects to Email::Abstract
    class methods

2.12     2006-07-24

  - don't use MIME::Entity in test if it's not available

2.11     2006-07-22

  - better test planning

2.10     2006-07-21

  - add a new method to create wrapper objects
  - handle subclasses /properly/ (correct ISA order)
  - improved tests and test coverage
  - miscellaneous refactoring
  - update PEP URL
  - update documentation
2006-10-26 14:54:07 +00:00
wiz
7bf6c1190c Initial import of p5-Email-Abstract-2.01:
"Email::Abstract" provides module writers with the ability to write
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.
2005-04-18 16:40:26 +00:00