Commit graph

8 commits

Author SHA1 Message Date
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
rhaen
8053ba0461 updated to 2.192
ChangeLog:

2.192     2007-11-01
          horrible hack to fix regrettable decision in use of Module::Pluggable
            (see https://rt.cpan.org/Ticket/Display.html?id=30183)

2.191     2007-10-21
          use Test mailer, not IO::All, to test internal interfaces
            (thanks, Andreas)

2.190     2007-09-18
          fix bugs exposed by new Test::More

2.189     2007-09-17
          fix bugs exposed by new Test::More

2.188     2007-06-19
          added ->deliveries to Test mailer

2.187     2007-04-05
          Email::Send::IO removed to Email-Send-IO distribution

2.186     2007-04-02
          fix test libraries to work on 5.005
2008-07-22 13:30:24 +00:00
heinz
545db81a7c Roman Kulik cannot maintain those packages anymore (he told me in
private mail some months ago).
2008-07-20 16:09:34 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adrianp
06d1934a9d Remove a comment 2007-08-27 17:23:41 +00:00
adrianp
bb18355d1f Update to 2.185
2.185   2006-02-05
- no code changes, only test changes
- use UNLINK not CLEANUP for File::Temp::tempfile

2.184   2006-02-05
- no code changes, only test changes
- create tempdirs under t, in case TMPDIR or /tmp is noexec
(spotted by MST)

2.183   2006-12-14
- fix test skip error on Win32; claimed to skip 1, then skipped 2
thanks for the test report, Steffen Mueller!

2.182   2006-12-07
- skip/fix some tests on Win32
- move to/from finding to another method in ::SMTP

2.181   2006-11-25
- remove dependency on Class::Accessor::Fast, which broke its $VERSION

2.180   2006-08-23
- add support for TLS SMTP, based on a patch by Fayland Lam

2.171   2006-07-29
- improve tests and contents, giving up on Test::Without::Module

2.17    2006-07-28
- skip tests for optional functionality (bug 20740, eloy)
- fix typo in POD (thanks J. Cheetham!)

2.16    2006-07-24
- the without.t test no longer breaks if Test::Without::Module isn't there

2.15    2006-07-21
- append, to not print, to IO::All objects
- added simple test for message modifier (response to bug from ABH)
- use File::Spec->path for path, not ENV{PATH} (bug 20109, Simon Flack)
- use Symbol.pm, not global filehandles
- undef is never a valid message
- remove use warnings
- plan all tests
- improve testing
- add pod tests

2.11    2006-07-05
- fixed bug introduced in 2.10; message modifiers were broken
thanks ABH

2.10    2006-07-03
- improve portability of sendmail.t (rjbs)
- fix bugs with plugins outside Email::Send:: (rjbs)
- allow objects as mailers (rjbs)
- clarify documentation (rjbs)
- improve backwards compat with Email::Send 1 (see no-import.t) (rjbs)
2007-08-27 17:23:14 +00:00
adrianp
17d29bccff 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
2007-07-29 11:49:11 +00:00