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

Comparing AnyEvent/t/64_glib_05_dns.t (file contents):
Revision 1.1 by root, Thu Oct 2 08:43:57 2008 UTC vs.
Revision 1.7 by root, Tue Jul 30 23:14:33 2013 UTC

1$|=1;
2BEGIN { print "1..5\n" }
3
4# we avoid complicated tests here because some systems will 1# we avoid complicated tests here because some systems will
5# not have working DNS 2# not have working DNS
6 3
7use AnyEvent::Impl::Glib; 4use AnyEvent;
5
6 BEGIN { $^W = 0 }
7 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
8 BEGIN { eval q{use AnyEvent::Impl::Glib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Glib not loadable\n}), exit 0) }
9
10
8use AnyEvent::DNS; 11use AnyEvent::DNS;
12
13$| = 1; print "1..5\n";
9 14
10print "ok 1\n"; 15print "ok 1\n";
11 16
12AnyEvent::DNS::resolver; 17AnyEvent::DNS::resolver;
13 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines