B-CompilerPhase-Hook

 view release on metacpan or  search on metacpan

t/100-timing-test.t  view on Meta::CPAN


use lib 't/lib';

use Test::More;

BEGIN {
    use_ok('B::CompilerPhase::Hook');
}

BEGIN {
    diag '... pausing to test timer';
}
use Timer;
diag '... timer took '.$Timer::TIME.' seconds';
ok($Timer::TIME > 1, '... the test value is greater than one');

done_testing;



( run in 0.965 second using v1.01-cache-2.11-cpan-49f99fa48dc )