r11017 - in /branches/upstream/libpoe-component-sslify-perl/current: Changes META.yml lib/POE/Component/SSLify.pm lib/POE/Component/SSLify/ClientHandle.pm lib/POE/Component/SSLify/ServerHandle.pm

keescook-guest at users.alioth.debian.org keescook-guest at users.alioth.debian.org
Fri Dec 7 23:07:34 UTC 2007


Author: keescook-guest
Date: Fri Dec  7 23:07:34 2007
New Revision: 11017

URL: http://svn.debian.org/wsvn/?sc=1&rev=11017
Log:
[svn-upgrade] Integrating new upstream version, libpoe-component-sslify-perl (0.09)

Modified:
    branches/upstream/libpoe-component-sslify-perl/current/Changes
    branches/upstream/libpoe-component-sslify-perl/current/META.yml
    branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify.pm
    branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ClientHandle.pm
    branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ServerHandle.pm

Modified: branches/upstream/libpoe-component-sslify-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-component-sslify-perl/current/Changes?rev=11017&op=diff
==============================================================================
--- branches/upstream/libpoe-component-sslify-perl/current/Changes (original)
+++ branches/upstream/libpoe-component-sslify-perl/current/Changes Fri Dec  7 23:07:34 2007
@@ -1,4 +1,8 @@
 Revision history for Perl extension POE::Component::SSLify.
+
+* 0.09
+
+	Minor tweak of POD to enable better distro building - thanks RT #31238
 
 * 0.08
 

Modified: branches/upstream/libpoe-component-sslify-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-component-sslify-perl/current/META.yml?rev=11017&op=diff
==============================================================================
--- branches/upstream/libpoe-component-sslify-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-sslify-perl/current/META.yml Fri Dec  7 23:07:34 2007
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                POE-Component-SSLify
-version:             0.08
+version:             0.09
 abstract:            Makes using SSL in the world of POE easy!
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.31

Modified: branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify.pm?rev=11017&op=diff
==============================================================================
--- branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify.pm (original)
+++ branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify.pm Fri Dec  7 23:07:34 2007
@@ -6,8 +6,8 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1213 $
-our $VERSION = '0.08';
+# $Revision: 1223 $
+our $VERSION = '0.09';
 
 # We need Net::SSLeay or all's a failure!
 BEGIN {

Modified: branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ClientHandle.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ClientHandle.pm?rev=11017&op=diff
==============================================================================
--- branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ClientHandle.pm (original)
+++ branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ClientHandle.pm Fri Dec  7 23:07:34 2007
@@ -6,9 +6,9 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1168 $
+# $Revision: 1223 $
 use vars qw( $VERSION );
-$VERSION = '0.02';
+$VERSION = '0.03';
 
 # Import the SSL death routines
 use Net::SSLeay qw( die_now die_if_ssl_error );
@@ -60,7 +60,7 @@
 __END__
 =head1 NAME
 
-POE::Component::SSLify::ClientHandle
+POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify
 
 =head1 ABSTRACT
 

Modified: branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ServerHandle.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ServerHandle.pm?rev=11017&op=diff
==============================================================================
--- branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ServerHandle.pm (original)
+++ branches/upstream/libpoe-component-sslify-perl/current/lib/POE/Component/SSLify/ServerHandle.pm Fri Dec  7 23:07:34 2007
@@ -6,9 +6,9 @@
 use warnings FATAL => 'all';				# Enable warnings to catch errors
 
 # Initialize our version
-# $Revision: 1168 $
+# $Revision: 1223 $
 use vars qw( $VERSION );
-$VERSION = '0.03';
+$VERSION = '0.04';
 
 # Import the SSL death routines
 use Net::SSLeay qw( die_now die_if_ssl_error );
@@ -163,7 +163,7 @@
 __END__
 =head1 NAME
 
-POE::Component::SSLify::ServerHandle
+POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify
 
 =head1 ABSTRACT
 




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