… | |
… | |
14 | 66_ioasync AnyEvent::Impl::IOAsync |
14 | 66_ioasync AnyEvent::Impl::IOAsync |
15 | 67_tk AnyEvent::Impl::Tk |
15 | 67_tk AnyEvent::Impl::Tk |
16 | 68_poe AnyEvent::Impl::POE $^W = 0; |
16 | 68_poe AnyEvent::Impl::POE $^W = 0; |
17 | 69_ev AnyEvent::Impl::EV |
17 | 69_ev AnyEvent::Impl::EV |
18 | 70_uv AnyEvent::Impl::UV |
18 | 70_uv AnyEvent::Impl::UV |
|
|
19 | 71_prima AnyEvent::Impl::Prima |
19 | EOF |
20 | EOF |
20 | ) | while read base module extra; do |
21 | ) | while read base module extra; do |
21 | for test in 01 02 03 04 05 07 09; do |
22 | for test in 01 02 03 04 05 07 09; do |
22 | set -- t/"$test"_*.t |
23 | set -- t/"$test"_*.t |
23 | t=${1#t/} |
24 | t=${1#t/} |