tweak of example scripts
Apocalypse
14 years ago
2 | 2 | * 0.15 |
3 | 3 | |
4 | 4 | Added "examples/serverclient.pl" to track down same-process sslification problems, thanks LotR! |
5 | ||
5 | 6 | Applied patch from BinGOs to support passing custom $ctx for Server_SSLify, thanks! RT#43018 |
6 | Switched over to Test::Apocalypse for easy AUTHOR tests | |
7 | ||
8 | Switched over to Test::Apocalypse for easy author tests | |
9 | ||
10 | Added experimental NONBLOCKING code, thanks ASCENT for the motivation! | |
7 | 11 | |
8 | 12 | * 0.14 |
9 | 13 |
Binary diff not shown
0 | 0 | #!/usr/bin/perl |
1 | 1 | use strict; use warnings; |
2 | ||
3 | # to use experimental nonblocking, uncomment this line | |
4 | #sub POE::Component::SSLify::NONBLOCKING { 1 } | |
2 | 5 | |
3 | 6 | use POE; |
4 | 7 | use POE::Component::SSLify qw( Client_SSLify ); |