Codebase list libpoe-component-sslify-perl / 9a89ec6
add pogomips concept from POE =] Apocalypse 9 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1616 diag( "\t" . Net::SSLeay::SSLeay_version( 4 ) );
1717 };
1818
19 # Idea taken from POE t/00_info.t :)
20 my $done = 0;
21 my $x = 0;
22 $SIG{ALRM} = sub { diag "\tpogomips: $x"; $done = 1; };
23 alarm(1);
24 ++$x until $done;
25
1926 ok(1, "fake test for info");
2027 done_testing;