… | |
… | |
2 | BEGIN { print "1..5\n" } |
2 | BEGIN { print "1..5\n" } |
3 | |
3 | |
4 | # we avoid complicated tests here because some systems will |
4 | # we avoid complicated tests here because some systems will |
5 | # not have working DNS |
5 | # not have working DNS |
6 | |
6 | |
7 | use AnyEvent::Impl::IOAsync; |
|
|
8 | use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; |
7 | use AnyEvent::Impl::IOAsync; use IO::Async::Loop; AnyEvent::Impl::IOAsync::set_loop new IO::Async::Loop; |
9 | |
|
|
10 | use AnyEvent::DNS; |
8 | use AnyEvent::DNS; |
11 | |
9 | |
12 | print "ok 1\n"; |
10 | print "ok 1\n"; |
13 | |
11 | |
14 | AnyEvent::DNS::resolver; |
12 | AnyEvent::DNS::resolver; |