r70099 - in /branches/upstream/libemail-sender-transport-smtp-tls-perl/current: Changes LICENSE MANIFEST META.yml Makefile.PL README dist.ini lib/Email/Sender/Transport/SMTP/TLS.pm t/00-load.t t/pod.t

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Mon Feb 28 20:27:51 UTC 2011


Author: chrisb
Date: Mon Feb 28 20:27:34 2011
New Revision: 70099

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70099
Log:
[svn-upgrade] new version libemail-sender-transport-smtp-tls-perl (0.09)

Removed:
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/pod.t
Modified:
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Changes
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/LICENSE
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/MANIFEST
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/META.yml
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Makefile.PL
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/README
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/dist.ini
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/lib/Email/Sender/Transport/SMTP/TLS.pm
    branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/00-load.t

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Changes?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Changes (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Changes Mon Feb 28 20:27:34 2011
@@ -1,4 +1,10 @@
 Revision history for Email-Sender-Transport-SMTP-TLS
+
+0.09    2011.01.02
+        code fixes
+
+0.08    2011.01.01
+        use Net::SMTP::TLS::ButMaintained instead of Net::SMTP::TLS
 
 0.07    2010.09.22
         fix SYNOPSIS POD

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/LICENSE?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/LICENSE (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/LICENSE Mon Feb 28 20:27:34 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Fayland Lam.
+This software is copyright (c) 2011 by Fayland Lam.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by Fayland Lam.
+This software is Copyright (c) 2011 by Fayland Lam.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Fayland Lam.
+This software is Copyright (c) 2011 by Fayland Lam.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/MANIFEST?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/MANIFEST (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/MANIFEST Mon Feb 28 20:27:34 2011
@@ -7,6 +7,5 @@
 dist.ini
 lib/Email/Sender/Transport/SMTP/TLS.pm
 t/00-load.t
-t/pod.t
 t/release-pod-coverage.t
 t/release-pod-syntax.t

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/META.yml?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/META.yml (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/META.yml Mon Feb 28 20:27:34 2011
@@ -6,7 +6,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102340, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -14,7 +14,7 @@
 name: Email-Sender-Transport-SMTP-TLS
 requires:
   Email::Sender: 0.102370
-  Net::SMTP::TLS: 0
+  Net::SMTP::TLS::ButMaintained: 0.13
 resources:
   repository: http://github.com/fayland/email-sender-transport-smtp-tls
-version: 0.07
+version: 0.09

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Makefile.PL?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Makefile.PL (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/Makefile.PL Mon Feb 28 20:27:34 2011
@@ -21,9 +21,9 @@
   'NAME' => 'Email::Sender::Transport::SMTP::TLS',
   'PREREQ_PM' => {
     'Email::Sender' => '0.102370',
-    'Net::SMTP::TLS' => '0'
+    'Net::SMTP::TLS::ButMaintained' => '0.13'
   },
-  'VERSION' => '0.07',
+  'VERSION' => '0.09',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/README?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/README (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/README Mon Feb 28 20:27:34 2011
@@ -3,7 +3,7 @@
     (Eg. Gmail)
 
 VERSION
-    version 0.07
+    version 0.09
 
 SYNOPSIS
         use Email::Sender::Simple qw(sendmail);
@@ -67,7 +67,7 @@
     Fayland Lam <fayland at gmail.com>
 
 COPYRIGHT AND LICENSE
-    This software is copyright (c) 2010 by Fayland Lam.
+    This software is copyright (c) 2011 by Fayland Lam.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/dist.ini?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/dist.ini (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/dist.ini Mon Feb 28 20:27:34 2011
@@ -1,11 +1,11 @@
 name    = Email-Sender-Transport-SMTP-TLS
-version = 0.07
+version = 0.09
 author = Fayland Lam <fayland at gmail.com>
 license = Perl_5
 copyright_holder = Fayland Lam
 
 [@FAYLAND]
 
-[Prereq]
+[Prereqs]
 Email::Sender = 0.102370
-Net::SMTP::TLS = 0
+Net::SMTP::TLS::ButMaintained = 0.13

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/lib/Email/Sender/Transport/SMTP/TLS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/lib/Email/Sender/Transport/SMTP/TLS.pm?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/lib/Email/Sender/Transport/SMTP/TLS.pm (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/lib/Email/Sender/Transport/SMTP/TLS.pm Mon Feb 28 20:27:34 2011
@@ -1,14 +1,14 @@
 package Email::Sender::Transport::SMTP::TLS;
 
 BEGIN {
-    $Email::Sender::Transport::SMTP::TLS::VERSION = '0.07';
+    $Email::Sender::Transport::SMTP::TLS::VERSION = '0.09';
 }
 
 # ABSTRACT: Email::Sender with L<Net::SMTP::TLS> (Eg. Gmail)
 
 use Moose 0.90;
 
-use Net::SMTP::TLS;
+use Net::SMTP::TLS::ButMaintained;
 use Email::Sender::Failure::Multi;
 use Email::Sender::Success::Partial;
 use Email::Sender::Util;
@@ -40,7 +40,7 @@
 
     my $smtp;
     eval {
-        $smtp = Net::SMTP::TLS->new(
+        $smtp = Net::SMTP::TLS::ButMaintained->new(
             $self->host,
             Port     => $self->port,
             User     => $self->username,
@@ -169,7 +169,7 @@
 
 =head1 VERSION
 
-version 0.07
+version 0.09
 
 =head1 SYNOPSIS
 
@@ -246,7 +246,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Fayland Lam.
+This software is copyright (c) 2011 by Fayland Lam.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/00-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/00-load.t?rev=70099&op=diff
==============================================================================
--- branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/00-load.t (original)
+++ branches/upstream/libemail-sender-transport-smtp-tls-perl/current/t/00-load.t Mon Feb 28 20:27:34 2011
@@ -1,11 +1,13 @@
-#!perl -T
+#!perl
 
-use Test::More tests => 1;
+use strict;
+use warnings;
 
-BEGIN {
-    use_ok('Email::Sender::Transport::SMTP::TLS');
-}
+use Test::More;
 
-diag(
-"Testing Email::Sender::Transport::SMTP::TLS $Email::Sender::Transport::SMTP::TLS::VERSION, Perl $], $^X"
-);
+
+
+  plan tests => 1;
+
+use_ok('Email::Sender::Transport::SMTP::TLS');
+diag("Testing Email::Sender::Transport::SMTP::TLS $Email::Sender::Transport::SMTP::TLS::VERSION, Perl $], $^X");




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