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

Comparing AnyEvent/mktest (file contents):
Revision 1.4 by root, Tue Jul 30 23:14:32 2013 UTC vs.
Revision 1.5 by root, Thu Aug 28 15:17:57 2014 UTC

1365_event AnyEvent::Impl::Event 1365_event AnyEvent::Impl::Event
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
18EOF 19EOF
19) | while read base module extra; do 20) | while read base module extra; do
20 for test in 01 02 03 04 05 07 09; do 21 for test in 01 02 03 04 05 07 09; do
21 set -- t/"$test"_*.t 22 set -- t/"$test"_*.t
22 t=${1#t/} 23 t=${1#t/}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines