r42520 - in /branches/upstream/libmime-lite-perl/current: META.yml changes.pod lib/MIME/Lite.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Aug 22 22:59:08 UTC 2009


Author: jawnsy-guest
Date: Sat Aug 22 22:59:02 2009
New Revision: 42520

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42520
Log:
[svn-upgrade] Integrating new upstream version, libmime-lite-perl (3.025)

Modified:
    branches/upstream/libmime-lite-perl/current/META.yml
    branches/upstream/libmime-lite-perl/current/changes.pod
    branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm

Modified: branches/upstream/libmime-lite-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/META.yml?rev=42520&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/META.yml (original)
+++ branches/upstream/libmime-lite-perl/current/META.yml Sat Aug 22 22:59:02 2009
@@ -1,22 +1,29 @@
 --- #YAML:1.0
 name:               MIME-Lite
-version:            3.024
+version:            3.025
 abstract:           ~
 author:  []
 license:            perl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
 requires:
     Email::Date::Format:  1.000
+    File::Basename:       ~
     File::Spec:           0
+    Mail::Address:        1.62
+    MIME::Base64:         ~
+    MIME::QuotedPrint:    ~
+    MIME::Types:          1.13
 resources:
     Repository:  http://github.com/rjbs/mime-lite
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libmime-lite-perl/current/changes.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/changes.pod?rev=42520&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/changes.pod (original)
+++ branches/upstream/libmime-lite-perl/current/changes.pod Sat Aug 22 22:59:02 2009
@@ -1,6 +1,11 @@
 =head1 CHANGE LOG
 
 =over 4
+
+=item Version 3.025
+
+Added back support for providing a non-default SMTP port (#21156,
+#48783, thanks John Bokma!).
 
 =item Version 3.024
 

Modified: branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm?rev=42520&op=diff
==============================================================================
--- branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm (original)
+++ branches/upstream/libmime-lite-perl/current/lib/MIME/Lite.pm Sat Aug 22 22:59:02 2009
@@ -344,7 +344,7 @@
 
 
 # GLOBALS, EXTERNAL/CONFIGURATION...
-$VERSION = '3.024';
+$VERSION = '3.025';
 
 ### Automatically interpret CC/BCC for SMTP:
 $AUTO_CC = 1;
@@ -2754,6 +2754,8 @@
 
 =item Timeout
 
+=item Port
+
 =item ExactAddresses
 
 =item Debug
@@ -2827,7 +2829,7 @@
 my @_mail_opts     = qw( Size Return Bits Transaction Envelope );
 my @_recip_opts    = qw( SkipBad );
 my @_net_smtp_opts = qw( Hello LocalAddr LocalPort Timeout
-                         ExactAddresses Debug );
+                         Port ExactAddresses Debug );
 # internal:  qw( NoAuth AuthUser AuthPass To From Host);
 
 sub __opts {




More information about the Pkg-perl-cvs-commits mailing list