Hello community, here is the log from the commit of package perl-MailTools for openSUSE:Factory checked in at 2016-05-10 09:25:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-MailTools (Old) and /work/SRC/openSUSE:Factory/.perl-MailTools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MailTools" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes 2015-04-25 21:17:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes 2016-05-10 09:25:51.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 5 09:33:51 UTC 2016 - [email protected] + +- updated to 2.16 + see /usr/share/doc/packages/perl-MailTools/ChangeLog + +------------------------------------------------------------------- Old: ---- MailTools-2.14.tar.gz New: ---- MailTools-2.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-MailTools.spec ++++++ --- /var/tmp/diff_new_pack.TOWMC6/_old 2016-05-10 09:25:52.000000000 +0200 +++ /var/tmp/diff_new_pack.TOWMC6/_new 2016-05-10 09:25:52.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-MailTools # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-MailTools -Version: 2.14 +Version: 2.16 Release: 0 %define cpan_name MailTools Summary: Various e-mail related modules License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/MailTools/ -Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MailTools-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ MailTools-2.14.tar.gz -> MailTools-2.16.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/ChangeLog new/MailTools-2.16/ChangeLog --- old/MailTools-2.14/ChangeLog 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/ChangeLog 2016-04-18 17:58:26.000000000 +0200 @@ -1,15 +1,29 @@ ==== version history for MailTools -version 2.14: Fri Nov 21 17:12:42 CET 2014 +version 2.16: Mon 18 Apr 17:58:23 CEST 2016 Fixes: + - Mail::header regression in parsing files. + rt.cpan.org#113874 [John L Berger] + +version 2.15: Mon 18 Apr 13:55:30 CEST 2016 + + Fixes: + - Mail::Header continue reading after wrongly folders line + rt.cpan.org#113464 [Mark Sapiro] + + Improvements: + - Mail::Mailer::open call of exec() explained [Malte Stretz] + - fix example in Mail::Address [peter77] + +version 2.14: Fri Nov 21 17:12:42 CET 2014 + Fixes: - threads and Mail::Field initiation rt.cpan.org#99153 [Autumn Lansing] and [Arne Becker] Improvements: - - warn when loading of some Mail::Field::* fails [Arne Becker] version 2.13: Sun Jan 5 18:52:25 CET 2014 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/META.json new/MailTools-2.16/META.json --- old/MailTools-2.14/META.json 2014-11-21 17:12:51.000000000 +0100 +++ new/MailTools-2.16/META.json 2016-04-18 17:58:28.000000000 +0200 @@ -42,5 +42,5 @@ } }, "release_status" : "stable", - "version" : "2.14" + "version" : "2.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/META.yml new/MailTools-2.16/META.yml --- old/MailTools-2.14/META.yml 2014-11-21 17:12:51.000000000 +0100 +++ new/MailTools-2.16/META.yml 2016-04-18 17:58:28.000000000 +0200 @@ -24,4 +24,4 @@ Net::Domain: 1.05 Net::SMTP: 1.03 Test::More: 0 -version: 2.14 +version: 2.16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/Makefile.PL new/MailTools-2.16/Makefile.PL --- old/MailTools-2.14/Makefile.PL 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/Makefile.PL 2016-04-18 17:58:26.000000000 +0200 @@ -4,7 +4,7 @@ WriteMakefile ( DISTNAME => 'MailTools' - , VERSION => '2.14' + , VERSION => '2.16' , NAME => 'Mail' , AUTHOR => 'Mark Overmeer <[email protected]>' , ABSTRACT => 'Various e-mail related modules' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Address.pm new/MailTools-2.16/lib/Mail/Address.pm --- old/MailTools-2.14/lib/Mail/Address.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Address.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Address; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use strict; @@ -131,6 +131,7 @@ $o; } +#------------ sub new(@) { my $class = shift; @@ -179,6 +180,7 @@ @objs; } +#------------ sub phrase { shift->set_or_get(0, @_) } sub address { shift->set_or_get(1, @_) } @@ -230,6 +232,7 @@ join ", ", @addrs; } +#------------ sub name { my $self = shift; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Cap.pm new/MailTools-2.16/lib/Mail/Cap.pm --- old/MailTools-2.14/lib/Mail/Cap.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Cap.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Cap; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use strict; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Field/AddrList.pm new/MailTools-2.16/lib/Mail/Field/AddrList.pm --- old/MailTools-2.14/lib/Mail/Field/AddrList.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Field/AddrList.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Field::AddrList; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Field'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Field/Date.pm new/MailTools-2.16/lib/Mail/Field/Date.pm --- old/MailTools-2.14/lib/Mail/Field/Date.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Field/Date.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Field::Date; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Field'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Field/Generic.pm new/MailTools-2.16/lib/Mail/Field/Generic.pm --- old/MailTools-2.14/lib/Mail/Field/Generic.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Field/Generic.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Field::Generic; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Field.pm new/MailTools-2.16/lib/Mail/Field.pm --- old/MailTools-2.14/lib/Mail/Field.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Field.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Field; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Filter.pm new/MailTools-2.16/lib/Mail/Filter.pm --- old/MailTools-2.14/lib/Mail/Filter.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Filter.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,11 +1,11 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Filter; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Header.pm new/MailTools-2.16/lib/Mail/Header.pm --- old/MailTools-2.14/lib/Mail/Header.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Header.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Header; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use strict; @@ -282,20 +282,21 @@ { my ($self, $lines) = @_; $self->empty; - while(@$lines && $lines->[0] =~ /^($FIELD_NAME|From )/o) - { my $tag = $1; - my $line = shift @$lines; - $line .= shift @$lines - while @$lines && $lines->[0] =~ /^[ \t]+/o; + while(@$lines) + { my $line = shift @$lines; + last if $line =~ /^\s*$/; - ($tag, $line) = _fmt_line $self, $tag, $line; + $line =~ /^($FIELD_NAME|From )/o or next; + my $tag = $1; - _insert $self, $tag, $line, -1 - if defined $line; - } + $line .= shift @$lines + while @$lines && $lines->[0] =~ /^[ \t]+/; + + ($tag, $line) = _fmt_line $self, $tag, $line; - shift @$lines - if @$lines && $lines->[0] =~ /^\s*$/o; + _insert $self, $tag, $line, -1 + if defined $line; + } $self; } @@ -303,16 +304,14 @@ sub read { my ($self, $fd) = @_; - $self->empty; - my ($tag, $line); - my $ln = ''; + my ($ln, $tag, $line); while(1) { $ln = <$fd>; - if(defined $ln && defined $line && $ln =~ /\A[ \t]+/o) - { $line .= $ln; + if(defined $ln && defined $line && $ln =~ /^[ \t]+/) + { $line .= $ln; # folded line next; } @@ -320,11 +319,12 @@ { ($tag, $line) = _fmt_line $self, $tag, $line; _insert $self, $tag, $line, -1 if defined $line; + ($tag, $line) = (); } - defined $ln && $ln =~ /^($FIELD_NAME|From )/o - or last; + last if !defined $ln || $ln =~ m/^\s+$/; + $ln =~ /^($FIELD_NAME|From )/o or next; ($tag, $line) = ($1, $ln); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Internet.pm new/MailTools-2.16/lib/Mail/Internet.pm --- old/MailTools-2.14/lib/Mail/Internet.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Internet.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,10 +1,10 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. package Mail::Internet; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use strict; # use warnings? probably breaking too much code diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/qmail.pm new/MailTools-2.16/lib/Mail/Mailer/qmail.pm --- old/MailTools-2.14/lib/Mail/Mailer/qmail.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/qmail.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,13 +1,13 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer::qmail; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer::rfc822'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/rfc822.pm new/MailTools-2.16/lib/Mail/Mailer/rfc822.pm --- old/MailTools-2.14/lib/Mail/Mailer/rfc822.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/rfc822.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer::rfc822; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/sendmail.pm new/MailTools-2.16/lib/Mail/Mailer/sendmail.pm --- old/MailTools-2.14/lib/Mail/Mailer/sendmail.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/sendmail.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer::sendmail; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer::rfc822'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/smtp.pm new/MailTools-2.16/lib/Mail/Mailer/smtp.pm --- old/MailTools-2.14/lib/Mail/Mailer/smtp.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/smtp.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer::smtp; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer::rfc822'; @@ -85,7 +85,7 @@ package Mail::Mailer::smtp::pipe; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/smtps.pm new/MailTools-2.16/lib/Mail/Mailer/smtps.pm --- old/MailTools-2.14/lib/Mail/Mailer/smtps.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/smtps.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,14 +1,14 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. # Based on smtp.pm, adapted by Maciej Żenczykowski use strict; package Mail::Mailer::smtps; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer::rfc822'; @@ -90,7 +90,7 @@ package Mail::Mailer::smtps::pipe; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer/testfile.pm new/MailTools-2.16/lib/Mail/Mailer/testfile.pm --- old/MailTools-2.14/lib/Mail/Mailer/testfile.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer/testfile.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer::testfile; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Mail::Mailer::rfc822'; @@ -36,7 +36,7 @@ package Mail::Mailer::testfile::pipe; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; sub TIEHANDLE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Mailer.pm new/MailTools-2.16/lib/Mail/Mailer.pm --- old/MailTools-2.14/lib/Mail/Mailer.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Mailer.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Mailer; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'IO::Handle'; @@ -155,8 +155,9 @@ } } else - { $self->exec($exe, $args, \@to, $sender) - or die $!; + { # Sending is handled by a subclass + $self->exec(undef, $args, \@to) + or die $!; } $self->set_headers($hdrs); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Send.pm new/MailTools-2.16/lib/Mail/Send.pm --- old/MailTools-2.14/lib/Mail/Send.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Send.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Send; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use Carp; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/MailTools-2.14/lib/Mail/Util.pm new/MailTools-2.16/lib/Mail/Util.pm --- old/MailTools-2.14/lib/Mail/Util.pm 2014-11-21 17:12:50.000000000 +0100 +++ new/MailTools-2.16/lib/Mail/Util.pm 2016-04-18 17:58:26.000000000 +0200 @@ -1,12 +1,12 @@ -# Copyrights 1995-2014 by [Mark Overmeer <[email protected]>]. +# Copyrights 1995-2016 by [Mark Overmeer <[email protected]>]. # For other contributors see ChangeLog. # See the manual pages for details on the licensing terms. -# Pod stripped from pm file by OODoc 2.01. +# Pod stripped from pm file by OODoc 2.02. use strict; package Mail::Util; use vars '$VERSION'; -$VERSION = '2.14'; +$VERSION = '2.16'; use base 'Exporter';
