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