ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/mktest
(Generate patch)

Comparing AnyEvent/mktest (file contents):
Revision 1.5 by root, Thu Aug 28 15:17:57 2014 UTC vs.
Revision 1.6 by root, Sat Feb 4 03:49:36 2017 UTC

1466_ioasync AnyEvent::Impl::IOAsync 1466_ioasync AnyEvent::Impl::IOAsync
1567_tk AnyEvent::Impl::Tk 1567_tk AnyEvent::Impl::Tk
1668_poe AnyEvent::Impl::POE $^W = 0; 1668_poe AnyEvent::Impl::POE $^W = 0;
1769_ev AnyEvent::Impl::EV 1769_ev AnyEvent::Impl::EV
1870_uv AnyEvent::Impl::UV 1870_uv AnyEvent::Impl::UV
1971_prima AnyEvent::Impl::Prima
19EOF 20EOF
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/}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines