ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
Changes include:
Mail::Header
- fold_line now skips X-Face lines
Mail::Filter
- Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus)
* Added return value to _filter() so that the function returns
the result of the last subroutine in the list of filters.
(the manpage specifies that one should have been able to do this
originally.)
Mail::Mailer
- Treat VMS the same as MacOS as neither have sendmail et al.
Mail::Mailer::smtp
- Server can now be specified to Mail::Mailer contructor
Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap
- local-ize some globals used
Mail::Cap
- check in $ENV{HOME} is defined
Mail::Address
- Fix capitalization problems with names like "Lie<DF>egang"
Mail::Address
- Fix use of uninitialized warning
Update Makefile.PL for release 1.12
Mail::Internet
- Added options to smtpsend
Mail::Send
- Updated docs for 'smtp'
Mail::Header
- Fix _fold_line for lines which contain quoted strings
Mail::Address
- avoid warnings if undef is passed to parse()
Mail::Address
- tweak to format to ensure comment is delimeted by ()
- typo in docs
- Documentation update to Mail::Internet
Mail::Cap
- Fixed mailcap search so it works on MacOS
Mail::Mailer
- Change to use Mail::Util::mailaddress
Mail::Util
- updated mailaddess to be aware of MacOS
Mail::Header
- fix read(0 and extract() not to require non-whitespace characters
on continuation lines, a single leading whitespace char is all
that is needed.
- Applied patch from Roderick Schertler to
- Two places in Mail::Header are changed so they don't use $'.
- A Mail::Header::as_string method is added.
- Mail::Internet::as_string and as_mbox_string methods are added.
The mbox variant does encoding appropriate for appending a message
to a Unix mbox file.
- Tests for the three new methods are added.
Mail::Util
- tweak to what maildomain looks for in the sendmail config file
Mail::Address
- Split out real handlers into thier own .pm files
- Added Mail::Mailer::smtp, this is the default for MacOS
Mail::Mailer
- Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support
FreeBSD properly
Mail::Address
- Applied patch from Chuck O'Donnell to improve name extraction
t/extract.t
- change for new extraction
bin/*.PL
- change "#!$Config{'scriptdir'}/perl -w\n" ot
$Config{'startperl'}," -w\n"
Mail::Field
- modified so it works with perl < 5.004
Makefile.PL
- removed code to prevent installation of Mail::Field
Mail::Header
- Added \Q and \E to some regexp's
Mail::Mailer
- Added patch from Jeff Slovin to pass correct args to mailx on DG/UX