Subject: CVS commit: pkgsrc/mail/p5-Email-Send
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2007 11:49:11
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Sun Jul 29 11:49:11 UTC 2007

Update of /cvsroot/pkgsrc/mail/p5-Email-Send
In directory ivanova.netbsd.org:/tmp/cvs-serv29499

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


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/mail/p5-Email-Send/Makefile
N pkgsrc/mail/p5-Email-Send/DESCR
N pkgsrc/mail/p5-Email-Send/distinfo
N pkgsrc/mail/p5-Email-Send/PLIST

No conflicts created by this import