Log of /clearscm.com/lib/Mail.pm
Parent Directory
|
Revision Log
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 25 22:15:18 2011 UTC
(3 months, 1 week ago)
by
andrew
Branch:
MAIN
Changes since
1.28: +25 -14 lines
Diff to
previous 1.28
Changed to more graciously handle the situation where etc/mail.conf could not be found. Some other modules, notably Logger.pm, use Mail.pm but the caller may not necessarly which to mail anything. When we die just because etc/mail.conf is not set up we die needlessly. Now the situation is noted and if mail() is called we give an error then.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 10 23:47:31 2011 UTC
(10 months, 3 weeks ago)
by
andrew
Branch:
MAIN
Changes since
1.27: +3 -3 lines
Diff to
previous 1.27
Changed use parent back to use base. Older versions of Perl don't know about
parent!
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 14 05:54:48 2008 UTC
(3 years, 11 months ago)
by
andrew
Branch:
MAIN
Changes since
1.17: +38 -13 lines
Diff to
previous 1.17
Changed to attempt to configure mail. If mail configuration is not
present then this module no longer causes the script to die. This is
useful if the person is using say the Logger.pm module but doesn't
intend to ever use Logger::mail. So if Mail.pm isn't properly
configured, the user can still use Logger. Otherwise usage of Logger
would requrie that Mail.pm was properly configured.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.