ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/61_fltk_05_dns.t
(Generate patch)

Comparing AnyEvent/t/61_fltk_05_dns.t (file contents):
Revision 1.1 by root, Fri Aug 12 18:41:26 2011 UTC vs.
Revision 1.2 by root, Fri Aug 26 18:08:08 2011 UTC

2# not have working DNS 2# not have working DNS
3 3
4use AnyEvent; 4use AnyEvent;
5 5
6 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) } 6 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
7 BEGIN { eval q{use AnyEvent::Impl::FLTK2;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::FLTK2 not loadable\n}), exit 0) } 7 BEGIN { eval q{use AnyEvent::Impl::FLTK;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::FLTK not loadable\n}), exit 0) }
8 8
9 9
10use AnyEvent::DNS; 10use AnyEvent::DNS;
11 11
12$| = 1; print "1..5\n"; 12$| = 1; print "1..5\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines