diff options
author | Lars Thegler <lth@FreeBSD.org> | 2004-07-26 21:37:23 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2004-07-26 21:37:23 +0000 |
commit | 4408aa2cc14db18f5237bca996ab807ae988a9fd (patch) | |
tree | bd800625126fe0862f8ed1c2bf1d9fe46aae5908 /mail/p5-Email-Abstract/pkg-descr | |
parent | fb266f2381ea9edbaf48e28684ab0987fe6aa752 (diff) | |
download | ports-4408aa2cc14db18f5237bca996ab807ae988a9fd.tar.gz ports-4408aa2cc14db18f5237bca996ab807ae988a9fd.zip |
Notes
Diffstat (limited to 'mail/p5-Email-Abstract/pkg-descr')
-rw-r--r-- | mail/p5-Email-Abstract/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/p5-Email-Abstract/pkg-descr b/mail/p5-Email-Abstract/pkg-descr new file mode 100644 index 000000000000..be2654f2199f --- /dev/null +++ b/mail/p5-Email-Abstract/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://search.cpan.org/dist/Email-Abstract/ |