--- AnyEvent/t/61_fltk_04_condvar.t 2011/08/18 17:58:53 1.2 +++ AnyEvent/t/61_fltk_04_condvar.t 2013/07/30 23:14:32 1.4 @@ -1,7 +1,8 @@ use AnyEvent; + BEGIN { $^W = 0 } BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) } - BEGIN { eval q{use AnyEvent::Impl::FLTK2;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::FLTK2 not loadable\n}), exit 0) } + BEGIN { eval q{use AnyEvent::Impl::FLTK;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::FLTK not loadable\n}), exit 0) }