C:\build\Gtk2-1.222>perl -Mblib -c blib\lib/Gtk2/TestHelper.pm syntax error at blib\lib/Gtk2/TestHelper.pm line 98, near "ok " syntax error at blib\lib/Gtk2/TestHelper.pm line 100, near "}" blib\lib/Gtk2/TestHelper.pm had compilation errors. #### sub ok_idle ($;$) { 88: my ($testsub, $test_name) = @_; 89: run_main { 90: # 0 Test::More::ok 91: # 1 this block's ok() call 92: # 2 idle callback in run_main 93: # 3 Gtk2::main call in run_main 94: # 4 Gtk2::main call in run_main (again) 95: # 5 ok_idle 96: # 6 the caller we want to print 97: local $Test::Builder::Level = 6; 98: ok ($testsub->(), $test_name); 99: } 100: }