[Lunar-commits] r18680 - moonbase/trunk/perl/Mail-Sendmail
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 18:09:31 UTC 2006
Author: stumbles
Date: 2006-02-10 18:09:29 +0000 (Fri, 10 Feb 2006)
New Revision: 18680
Modified:
moonbase/trunk/perl/Mail-Sendmail/DETAILS
Log:
Remove old configuration variables from version 0.74.
add seconds to Date header (some buggy mailers freak out if
the time has no seconds)
added "/" (\x2F) as a valid character in mailbox part.
Adapt reference to mail headers in module to new case convention
support multi-line responses
and others.
Modified: moonbase/trunk/perl/Mail-Sendmail/DETAILS
===================================================================
--- moonbase/trunk/perl/Mail-Sendmail/DETAILS 2006-02-10 18:05:06 UTC (rev 18679)
+++ moonbase/trunk/perl/Mail-Sendmail/DETAILS 2006-02-10 18:09:29 UTC (rev 18680)
@@ -1,23 +1,24 @@
- MODULE=Mail-Sendmail
- VERSION=0.78
+ MODULE=Mail-Sendmail
+ VERSION=0.79
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.cpan.org/authors/id/M/MI/MIVKOVIC/
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MI/MIVKOVIC/
+ SOURCE_VFY=sha1:606d1dc108fad8ec962062b8dbdee0f7dfa82329
WEB_SITE=http://alma.ch/perl/mail.htm
ENTERED=20011108
- UPDATED=20011108
+ UPDATED=20060210
SHORT="Mail::Sendmail : A simple module to send mail."
cat << EOF
Mail::Sendmail : A simple module to send mail.
-Simple platform independent e-mail from your perl script.
-Only requires Perl 5 and a network connection.
+Simple platform independent e-mail from your perl script.
+Only requires Perl 5 and a network connection.
After struggling for some time with various command-line mailing
-programs which never did exactly what I wanted, I put together
-this Perl only solution.
+programs which never did exactly what I wanted, I put together
+this Perl only solution.
Mail::Sendmail contains mainly &sendmail, which takes a hash with the
message to send and sends it. It is intended to be very easy to setup
-and use.
+and use.
EOF
More information about the Lunar-commits
mailing list