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

Comparing AnyEvent/t/62_cocoa_05_dns.t (file contents):
Revision 1.3 by root, Fri Aug 12 18:41:27 2011 UTC vs.
Revision 1.4 by root, Tue Jul 30 23:14:32 2013 UTC

1# we avoid complicated tests here because some systems will 1# we avoid complicated tests here because some systems will
2# not have working DNS 2# not have working DNS
3 3
4use AnyEvent; 4use AnyEvent;
5 5
6 BEGIN { $^W = 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 { $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::Cocoa;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Cocoa not loadable\n}), exit 0) } 8 BEGIN { eval q{use AnyEvent::Impl::Cocoa;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Cocoa not loadable\n}), exit 0) }
8 9
9 10
10use AnyEvent::DNS; 11use AnyEvent::DNS;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines