Subject: CVS commit: pkgsrc/mail/p5-Email-Send
From: Adrian Portelli
Date: 2007-07-29 13:49:11
Message id: 20070729114911.533A521507@cvs.netbsd.org

Log Message:
This module provides a very simple, very clean, very specific interface to
multiple Email mailers. The goal if this software is to be small and simple,
easy to use, and easy to extend.

Mailers
Mailers are simple to use. You can pre-load mailers when using \ 
"Email::Send".

use Email::Send qw[SMTP NNTP];

If you don't preload a mailer before you use it in the "send" function, it
will by dynamically loaded. Mailers are named either relative to the
"Email::Send" namespace, or fully qualified. For example, when using \ 
the "IO"
mailer, "Email::Send" first tries to load "Email::Send::IO". \ 
If that fails, an
attempt is made to load "IO". If that final attempt fails, \ 
"Email::Send" will
throw an exception.

WWW: http://search.cpan.org/dist/Email-Send/

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu


Files:
RevisionActionfile
1.1importpkgsrc/mail/p5-Email-Send/Makefile
1.1importpkgsrc/mail/p5-Email-Send/DESCR
1.1importpkgsrc/mail/p5-Email-Send/distinfo
1.1importpkgsrc/mail/p5-Email-Send/PLIST