CPAN-Reporter

 view release on metacpan or  search on metacpan

corpus/t-Hang/t/01_Bogus.t  view on Meta::CPAN

# Bogus::Pass tests
use strict;

use Test::More;

plan tests =>  2 ;

pass( "Passed this test" );

# just spin and be interrupted by command_timeout
my $now = time; 1 while ( time - $now < 40 );

die "!!! TIMER DIDNT TIMEOUT -- SHOULDNT BE HERE !!!";

pass( "Won't reach this test" );



( run in 3.105 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )