1 | $|=1; | ||
---|---|---|---|
2 | BEGIN { 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 | ||
7 | use AnyEvent::Impl::Event; | 4 | BEGIN { eval q{use AnyEvent::Impl::Event;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Event not found}), exit 0) } |
8 | use AnyEvent::DNS; | 5 | use AnyEvent::DNS; |
6 | |||
7 | $| = 1; print "1..5\n"; | ||
9 | 8 | ||
10 | print "ok 1\n"; | 9 | print "ok 1\n"; |
11 | 10 | ||
12 | AnyEvent::DNS::resolver; | 11 | AnyEvent::DNS::resolver; |
13 | 12 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |