Codebase list libpoe-component-sslify-perl / 57e5e51
[svn-upgrade] Integrating new upstream version, libpoe-component-sslify-perl (0.09) Kees Cook 16 years ago
5 changed file(s) with 13 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension POE::Component::SSLify.
1
2 * 0.09
3
4 Minor tweak of POD to enable better distro building - thanks RT #31238
15
26 * 0.08
37
00 --- #YAML:1.0
11 name: POE-Component-SSLify
2 version: 0.08
2 version: 0.09
33 abstract: Makes using SSL in the world of POE easy!
44 license: perl
55 generated_by: ExtUtils::MakeMaker version 6.31
55 use warnings FATAL => 'all'; # Enable warnings to catch errors
66
77 # Initialize our version
8 # $Revision: 1168 $
8 # $Revision: 1223 $
99 use vars qw( $VERSION );
10 $VERSION = '0.02';
10 $VERSION = '0.03';
1111
1212 # Import the SSL death routines
1313 use Net::SSLeay qw( die_now die_if_ssl_error );
5959 __END__
6060 =head1 NAME
6161
62 POE::Component::SSLify::ClientHandle
62 POE::Component::SSLify::ClientHandle - client object for POE::Component::SSLify
6363
6464 =head1 ABSTRACT
6565
55 use warnings FATAL => 'all'; # Enable warnings to catch errors
66
77 # Initialize our version
8 # $Revision: 1168 $
8 # $Revision: 1223 $
99 use vars qw( $VERSION );
10 $VERSION = '0.03';
10 $VERSION = '0.04';
1111
1212 # Import the SSL death routines
1313 use Net::SSLeay qw( die_now die_if_ssl_error );
162162 __END__
163163 =head1 NAME
164164
165 POE::Component::SSLify::ServerHandle
165 POE::Component::SSLify::ServerHandle - server object for POE::Component::SSLify
166166
167167 =head1 ABSTRACT
168168
55 use warnings FATAL => 'all'; # Enable warnings to catch errors
66
77 # Initialize our version
8 # $Revision: 1213 $
9 our $VERSION = '0.08';
8 # $Revision: 1223 $
9 our $VERSION = '0.09';
1010
1111 # We need Net::SSLeay or all's a failure!
1212 BEGIN {