Hello community,

here is the log from the commit of package perl-MailTools for openSUSE:Factory 
checked in at 2012-03-13 09:38:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MailTools (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MailTools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MailTools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MailTools/perl-MailTools.changes    
2011-09-23 12:38:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MailTools.new/perl-MailTools.changes       
2012-03-13 09:38:14.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Mar 01 19:46:02 UTC 2012 - [email protected]
+
+- update to 2.09:
+  * remove dependency to Test::Pod by moving 99pod.t from t/ to xt/ as result
+    of RT#69918
+
+-------------------------------------------------------------------

Old:
----
  MailTools-2.08.tar.gz

New:
----
  MailTools-2.09.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-MailTools.spec ++++++
--- /var/tmp/diff_new_pack.ngsOzN/_old  2012-03-13 09:38:15.000000000 +0100
+++ /var/tmp/diff_new_pack.ngsOzN/_new  2012-03-13 09:38:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MailTools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 Name:           perl-MailTools
 Url:            http://cpan.org/modules/by-module/Mail/
-Version:        2.08
+Version:        2.09
 Release:        1
 Provides:       p_mtools = %{version}
 Obsoletes:      p_mtools < %{version}

++++++ MailTools-2.08.tar.gz -> MailTools-2.09.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/ChangeLog new/MailTools-2.09/ChangeLog
--- old/MailTools-2.08/ChangeLog        2011-06-01 13:55:38.000000000 +0200
+++ new/MailTools-2.09/ChangeLog        2012-02-25 14:47:44.000000000 +0100
@@ -1,6 +1,13 @@
 
 ==== version history for MailTools
 
+version 2.09: Sat Feb 25 14:47:39 CET 2012
+
+       Improvements:
+
+       - remove dependency to Test::Pod by moving 99pod.t from t/
+         to xt/ as result of rt.cpan.org#69918 [Martin Mokrejs]
+
 version 2.08: Wed Jun  1 13:55:34 CEST 2011
 
        Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/MANIFEST new/MailTools-2.09/MANIFEST
--- old/MailTools-2.08/MANIFEST 2011-06-01 13:55:40.000000000 +0200
+++ new/MailTools-2.09/MANIFEST 2012-02-25 14:47:47.000000000 +0100
@@ -38,7 +38,6 @@
 lib/Mail/Send.pod
 lib/Mail/Util.pm
 lib/Mail/Util.pod
-t/99pod.t
 t/extract.t
 t/header.t
 t/internet.t
@@ -46,4 +45,5 @@
 t/mailer.t
 t/require.t
 t/send.t
+xt/99pod.t
 META.yml                                 Module meta-data (added by MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/META.yml new/MailTools-2.09/META.yml
--- old/MailTools-2.08/META.yml 2011-06-01 13:55:40.000000000 +0200
+++ new/MailTools-2.09/META.yml 2012-02-25 14:47:47.000000000 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               MailTools
-version:            2.08
+version:            2.09
 abstract:           Various e-mail related modules
 author:
     - Mark Overmeer <[email protected]>
@@ -17,7 +17,6 @@
     Net::Domain:   1.05
     Net::SMTP:     1.03
     Test::More:    0
-    Test::Pod:     1
 no_index:
     directory:
         - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/Makefile.PL 
new/MailTools-2.09/Makefile.PL
--- old/MailTools-2.08/Makefile.PL      2011-06-01 13:55:23.000000000 +0200
+++ new/MailTools-2.09/Makefile.PL      2012-02-25 14:47:44.000000000 +0100
@@ -4,7 +4,7 @@
 
 WriteMakefile
  ( DISTNAME  => 'MailTools'
- , VERSION   => '2.08'
+ , VERSION   => '2.09'
  , NAME      => 'Mail'
  , AUTHOR    => 'Mark Overmeer <[email protected]>'
  , ABSTRACT  => 'Various e-mail related modules'
@@ -15,7 +15,6 @@
    , Net::Domain => 1.05
    , IO::Handle  => 0.00
    , Test::More  => 0.00
-   , Test::Pod   => 1.00
    , Date::Format => 0
    , Date::Parse  => 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Address.pm 
new/MailTools-2.09/lib/Mail/Address.pm
--- old/MailTools-2.08/lib/Mail/Address.pm      2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Address.pm      2012-02-25 14:47:45.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Address;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Address.pod 
new/MailTools-2.09/lib/Mail/Address.pod
--- old/MailTools-2.08/lib/Mail/Address.pod     2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Address.pod     2012-02-25 14:47:45.000000000 
+0100
@@ -80,11 +80,11 @@
 
 =over 4
 
-=item $obj-E<gt>B<address>
+=item $obj-E<gt>B<address>()
 
 Return the address part of the object.
 
-=item $obj-E<gt>B<comment>
+=item $obj-E<gt>B<comment>()
 
 Return the comment part of the object
 
@@ -95,7 +95,7 @@
 the first ADDRESS to be used; other specified ADDRESSes will be appended,
 separated with commas.
 
-=item $obj-E<gt>B<phrase>
+=item $obj-E<gt>B<phrase>()
 
 Return the phrase part of the object.
 
@@ -105,16 +105,16 @@
 
 =over 4
 
-=item $obj-E<gt>B<host>
+=item $obj-E<gt>B<host>()
 
 Return the address excluding the user id and '@'
 
-=item $obj-E<gt>B<name>
+=item $obj-E<gt>B<name>()
 
 Using the information contained within the object attempt to identify what
 the person or groups name is.
 
-=item $obj-E<gt>B<user>
+=item $obj-E<gt>B<user>()
 
 Return the address excluding the '@' and the mail domain
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Cap.pm 
new/MailTools-2.09/lib/Mail/Cap.pm
--- old/MailTools-2.08/lib/Mail/Cap.pm  2011-06-01 13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Cap.pm  2012-02-25 14:47:45.000000000 +0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Cap;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use strict;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/AddrList.pm 
new/MailTools-2.09/lib/Mail/Field/AddrList.pm
--- old/MailTools-2.08/lib/Mail/Field/AddrList.pm       2011-06-01 
13:55:38.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Field/AddrList.pm       2012-02-25 
14:47:44.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Field::AddrList;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Field';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/AddrList.pod 
new/MailTools-2.09/lib/Mail/Field/AddrList.pod
--- old/MailTools-2.08/lib/Mail/Field/AddrList.pod      2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Field/AddrList.pod      2012-02-25 
14:47:45.000000000 +0100
@@ -66,7 +66,7 @@
 
 See L<Mail::Field/""Fake" constructors">
 
-=item $obj-E<gt>B<parse>
+=item $obj-E<gt>B<parse>()
 
 See L<Mail::Field/""Fake" constructors">
 
@@ -80,13 +80,13 @@
 
 See L<Mail::Field/"Accessors">
 
-=item $obj-E<gt>B<stringify>
+=item $obj-E<gt>B<stringify>()
 
 See L<Mail::Field/"Accessors">
 
-=item $obj-E<gt>B<tag>
+=item $obj-E<gt>B<tag>()
 
-=item Mail::Field::AddrList-E<gt>B<tag>
+=item Mail::Field::AddrList-E<gt>B<tag>()
 
 See L<Mail::Field/"Accessors">
 
@@ -96,15 +96,15 @@
 
 =over 4
 
-=item $obj-E<gt>B<addr_list>
+=item $obj-E<gt>B<addr_list>()
 
 Returns the collected L<Mail::Address|Mail::Address> objects.
 
-=item $obj-E<gt>B<addresses>
+=item $obj-E<gt>B<addresses>()
 
 Returns a list if email addresses, found in the field content.
 
-=item $obj-E<gt>B<names>
+=item $obj-E<gt>B<names>()
 
 Returns a list of nicely formatted named, for each of the addresses
 found in the content.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/Date.pm 
new/MailTools-2.09/lib/Mail/Field/Date.pm
--- old/MailTools-2.08/lib/Mail/Field/Date.pm   2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Field/Date.pm   2012-02-25 14:47:45.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Field::Date;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Field';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/Date.pod 
new/MailTools-2.09/lib/Mail/Field/Date.pod
--- old/MailTools-2.08/lib/Mail/Field/Date.pod  2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Field/Date.pod  2012-02-25 14:47:45.000000000 
+0100
@@ -44,7 +44,7 @@
 
 See L<Mail::Field/""Fake" constructors">
 
-=item $obj-E<gt>B<parse>
+=item $obj-E<gt>B<parse>()
 
 See L<Mail::Field/""Fake" constructors">
 
@@ -70,13 +70,13 @@
 
 =back
 
-=item $obj-E<gt>B<stringify>
+=item $obj-E<gt>B<stringify>()
 
 See L<Mail::Field/"Accessors">
 
-=item $obj-E<gt>B<tag>
+=item $obj-E<gt>B<tag>()
 
-=item Mail::Field::Date-E<gt>B<tag>
+=item Mail::Field::Date-E<gt>B<tag>()
 
 See L<Mail::Field/"Accessors">
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/Generic.pm 
new/MailTools-2.09/lib/Mail/Field/Generic.pm
--- old/MailTools-2.08/lib/Mail/Field/Generic.pm        2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Field/Generic.pm        2012-02-25 
14:47:45.000000000 +0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Field::Generic;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field/Generic.pod 
new/MailTools-2.09/lib/Mail/Field/Generic.pod
--- old/MailTools-2.08/lib/Mail/Field/Generic.pod       2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Field/Generic.pod       2012-02-25 
14:47:45.000000000 +0100
@@ -69,13 +69,13 @@
 
 See L<Mail::Field/"Accessors">
 
-=item $obj-E<gt>B<stringify>
+=item $obj-E<gt>B<stringify>()
 
 See L<Mail::Field/"Accessors">
 
-=item $obj-E<gt>B<tag>
+=item $obj-E<gt>B<tag>()
 
-=item Mail::Field::Generic-E<gt>B<tag>
+=item Mail::Field::Generic-E<gt>B<tag>()
 
 See L<Mail::Field/"Accessors">
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field.pm 
new/MailTools-2.09/lib/Mail/Field.pm
--- old/MailTools-2.08/lib/Mail/Field.pm        2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Field.pm        2012-02-25 14:47:45.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Field;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Field.pod 
new/MailTools-2.09/lib/Mail/Field.pod
--- old/MailTools-2.08/lib/Mail/Field.pod       2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Field.pod       2012-02-25 14:47:45.000000000 
+0100
@@ -75,7 +75,7 @@
 When called on an existing object, its original content will get
 replaced.
 
-=item $obj-E<gt>B<parse>
+=item $obj-E<gt>B<parse>()
 
 Parse a field line.
 
@@ -89,13 +89,13 @@
 
 Change the settings (the content, but then smart) of this field.
 
-=item $obj-E<gt>B<stringify>
+=item $obj-E<gt>B<stringify>()
 
 Returns the field as a string.
 
-=item $obj-E<gt>B<tag>
+=item $obj-E<gt>B<tag>()
 
-=item Mail::Field-E<gt>B<tag>
+=item Mail::Field-E<gt>B<tag>()
 
 Return the tag (in the correct case) for this item.  Well, actually any
 casing is OK, because the field tags are treated case-insentitive; however
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Filter.pm 
new/MailTools-2.09/lib/Mail/Filter.pm
--- old/MailTools-2.08/lib/Mail/Filter.pm       2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Filter.pm       2012-02-25 14:47:45.000000000 
+0100
@@ -1,11 +1,11 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 use strict;
 package Mail::Filter;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Filter.pod 
new/MailTools-2.09/lib/Mail/Filter.pod
--- old/MailTools-2.08/lib/Mail/Filter.pod      2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Filter.pod      2012-02-25 14:47:45.000000000 
+0100
@@ -64,13 +64,13 @@
 be passed through the filter list. If the first argument is a C<Mail::Folder>
 object, then each message in turn will be passed through the filter list.
 
-=item $obj-E<gt>B<folder>
+=item $obj-E<gt>B<folder>()
 
 While the C<filter> method is called with a C<Mail::Folder> object, these
 filter subroutines can call this method to obtain the folder object that is
 being processed.
 
-=item $obj-E<gt>B<msgnum>
+=item $obj-E<gt>B<msgnum>()
 
 If the C<filter> method is called with a C<Mail::Folder> object, then the
 filter subroutines may call this method to obtain the message number
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Header.pm 
new/MailTools-2.09/lib/Mail/Header.pm
--- old/MailTools-2.08/lib/Mail/Header.pm       2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Header.pm       2012-02-25 14:47:45.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Header;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 use strict;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Header.pod 
new/MailTools-2.09/lib/Mail/Header.pod
--- old/MailTools-2.08/lib/Mail/Header.pod      2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Header.pod      2012-02-25 14:47:45.000000000 
+0100
@@ -33,7 +33,7 @@
 
 =over 4
 
-=item $obj-E<gt>B<dup>
+=item $obj-E<gt>B<dup>()
 
 Create a duplicate of the current object.
 
@@ -81,7 +81,7 @@
 
 =over 4
 
-=item $obj-E<gt>B<empty>
+=item $obj-E<gt>B<empty>()
 
 Empty an existing C<Mail::Header> object of all lines.
 
@@ -158,11 +158,11 @@
 the new line will be inserted into the header at the given point, otherwise
 the new line will be appended to the end of the header.
 
-=item $obj-E<gt>B<as_string>
+=item $obj-E<gt>B<as_string>()
 
 Returns the header as a single string.
 
-=item $obj-E<gt>B<cleanup>
+=item $obj-E<gt>B<cleanup>()
 
 Remove any header line that, other than the tag, only contains whitespace
 
@@ -211,7 +211,7 @@
 first instance of the tag is replaced. If the tag does not appear in the
 header then a new line will be appended to the header.
 
-=item $obj-E<gt>B<tags>
+=item $obj-E<gt>B<tags>()
 
 Returns an array of all the tags that exist in the header. Each tag will
 only appear in the list once. The order of the tags is not specified.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Internet.pm 
new/MailTools-2.09/lib/Mail/Internet.pm
--- old/MailTools-2.08/lib/Mail/Internet.pm     2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Internet.pm     2012-02-25 14:47:45.000000000 
+0100
@@ -1,10 +1,10 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
 package Mail::Internet;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use strict;
 # use warnings?  probably breaking too much code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Internet.pod 
new/MailTools-2.09/lib/Mail/Internet.pod
--- old/MailTools-2.08/lib/Mail/Internet.pod    2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Internet.pod    2012-02-25 14:47:45.000000000 
+0100
@@ -25,7 +25,7 @@
 
 =over 4
 
-=item $obj-E<gt>B<dup>
+=item $obj-E<gt>B<dup>()
 
 Duplicate the message as a whole.  Both header and body will be
 deep-copied: a new L<Mail::Internet|Mail::Internet> object is returned.
@@ -89,7 +89,7 @@
 and not copied, so any subsequent changes to the array will change the
 contents of the body.
 
-=item $obj-E<gt>B<head>
+=item $obj-E<gt>B<head>()
 
 Returns the C<Mail::Header> object which holds the headers for the current
 message
@@ -106,7 +106,7 @@
 given and true, indicates that L<escape_from()|Mail::Internet/"High-level 
functionality"> has already been called on
 this object.
 
-=item $obj-E<gt>B<as_string>
+=item $obj-E<gt>B<as_string>()
 
 Returns the message as a single string.
 
@@ -210,7 +210,7 @@
 
 =back
 
-=item $obj-E<gt>B<tidy_body>
+=item $obj-E<gt>B<tidy_body>()
 
 Removes all leading and trailing lines from the body that only contain
 white spaces.
@@ -221,7 +221,7 @@
 
 =over 4
 
-=item $obj-E<gt>B<escape_from>
+=item $obj-E<gt>B<escape_from>()
 
 It can cause problems with some applications if a message contains a line
 starting with C<`From '>, in particular when attempting to split a folder.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/qmail.pm 
new/MailTools-2.09/lib/Mail/Mailer/qmail.pm
--- old/MailTools-2.08/lib/Mail/Mailer/qmail.pm 2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Mailer/qmail.pm 2012-02-25 14:47:45.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -7,7 +7,7 @@
 
 package Mail::Mailer::qmail;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer::rfc822';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/rfc822.pm 
new/MailTools-2.09/lib/Mail/Mailer/rfc822.pm
--- old/MailTools-2.08/lib/Mail/Mailer/rfc822.pm        2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Mailer/rfc822.pm        2012-02-25 
14:47:45.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Mailer::rfc822;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/sendmail.pm 
new/MailTools-2.09/lib/Mail/Mailer/sendmail.pm
--- old/MailTools-2.08/lib/Mail/Mailer/sendmail.pm      2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Mailer/sendmail.pm      2012-02-25 
14:47:45.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Mailer::sendmail;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer::rfc822';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/smtp.pm 
new/MailTools-2.09/lib/Mail/Mailer/smtp.pm
--- old/MailTools-2.08/lib/Mail/Mailer/smtp.pm  2011-06-01 13:55:38.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Mailer/smtp.pm  2012-02-25 14:47:44.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Mailer::smtp;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer::rfc822';
 
@@ -87,7 +87,7 @@
 
 package Mail::Mailer::smtp::pipe;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 sub TIEHANDLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/smtps.pm 
new/MailTools-2.09/lib/Mail/Mailer/smtps.pm
--- old/MailTools-2.08/lib/Mail/Mailer/smtps.pm 2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Mailer/smtps.pm 2012-02-25 14:47:45.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -8,7 +8,7 @@
 
 package Mail::Mailer::smtps;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer::rfc822';
 
@@ -90,7 +90,7 @@
 
 package Mail::Mailer::smtps::pipe;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 sub TIEHANDLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer/testfile.pm 
new/MailTools-2.09/lib/Mail/Mailer/testfile.pm
--- old/MailTools-2.08/lib/Mail/Mailer/testfile.pm      2011-06-01 
13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Mailer/testfile.pm      2012-02-25 
14:47:45.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Mailer::testfile;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Mail::Mailer::rfc822';
 
@@ -36,7 +36,7 @@
 
 package Mail::Mailer::testfile::pipe;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 sub TIEHANDLE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Mailer.pm 
new/MailTools-2.09/lib/Mail/Mailer.pm
--- old/MailTools-2.08/lib/Mail/Mailer.pm       2011-06-01 13:55:38.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Mailer.pm       2012-02-25 14:47:45.000000000 
+0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Mailer;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'IO::Handle';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Send.pm 
new/MailTools-2.09/lib/Mail/Send.pm
--- old/MailTools-2.08/lib/Mail/Send.pm 2011-06-01 13:55:38.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Send.pm 2012-02-25 14:47:45.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 use strict;
 package Mail::Send;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 
 use Carp;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Util.pm 
new/MailTools-2.09/lib/Mail/Util.pm
--- old/MailTools-2.08/lib/Mail/Util.pm 2011-06-01 13:55:39.000000000 +0200
+++ new/MailTools-2.09/lib/Mail/Util.pm 2012-02-25 14:47:45.000000000 +0100
@@ -1,4 +1,4 @@
-# Copyrights 1995-2011 by Mark Overmeer <[email protected]>.
+# Copyrights 1995-2012 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.00.
@@ -6,7 +6,7 @@
 
 package Mail::Util;
 use vars '$VERSION';
-$VERSION = '2.08';
+$VERSION = '2.09';
 
 use base 'Exporter';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/lib/Mail/Util.pod 
new/MailTools-2.09/lib/Mail/Util.pod
--- old/MailTools-2.08/lib/Mail/Util.pod        2011-06-01 13:55:39.000000000 
+0200
+++ new/MailTools-2.09/lib/Mail/Util.pod        2012-02-25 14:47:46.000000000 
+0100
@@ -21,7 +21,7 @@
 
 =over 4
 
-=item B<mailaddress>
+=item B<mailaddress>()
 
 Return a guess at the current users mail address. The user can force
 the return value by setting the MAILADDRESS environment variable.
@@ -43,7 +43,7 @@
  use Mail::Util 'mailaddress';
  print mailaddress;
 
-=item B<maildomain>
+=item B<maildomain>()
 
 Attempt to determine the current uers mail domain string via the following
 methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/t/99pod.t new/MailTools-2.09/t/99pod.t
--- old/MailTools-2.08/t/99pod.t        2011-06-01 13:55:23.000000000 +0200
+++ new/MailTools-2.09/t/99pod.t        1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-use warnings;
-use strict;
-
-use Test::More;
-
-BEGIN
-{   eval "use Test::Pod 1.00";
-    plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-
-    plan skip_all => "devel home uses OODoc"
-       if $ENV{MARKOV_DEVEL};
-}
-
-all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MailTools-2.08/xt/99pod.t 
new/MailTools-2.09/xt/99pod.t
--- old/MailTools-2.08/xt/99pod.t       1970-01-01 01:00:00.000000000 +0100
+++ new/MailTools-2.09/xt/99pod.t       2012-02-25 14:47:44.000000000 +0100
@@ -0,0 +1,7 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+
+use Test::Pod;
+
+all_pod_files_ok();

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to