--- AnyEvent/MANIFEST 2010/12/29 05:04:51 1.48 +++ AnyEvent/MANIFEST 2011/08/15 23:21:09 1.55 @@ -18,9 +18,12 @@ lib/AnyEvent/TLS.pm lib/AnyEvent/Handle.pm lib/AnyEvent/Socket.pm +lib/AnyEvent/Loop.pm +lib/AnyEvent/Log.pm lib/AnyEvent/Impl/EV.pm lib/AnyEvent/Impl/Perl.pm lib/AnyEvent/Impl/Event.pm +lib/AnyEvent/Impl/FLTK2.pm lib/AnyEvent/Impl/Glib.pm lib/AnyEvent/Impl/Tk.pm lib/AnyEvent/Impl/Qt.pm @@ -39,11 +42,14 @@ t/06_socket.t t/07_io.t t/08_idna.t +t/09_multi.t t/handle/01_readline.t t/handle/02_write.t t/handle/03_http_req.t t/handle/04_listen.t +t/80_ssltest.t + eg/bench eg/runbench eg/bench2 @@ -55,3 +61,65 @@ eg/ae2.pl util/gen_uts46data +util/tst_uts46data + +mktest builds the test scripts below +t/61_fltk_01_basic.t +t/61_fltk_02_signals.t +t/61_fltk_03_child.t +t/61_fltk_04_condvar.t +t/61_fltk_05_dns.t +t/61_fltk_07_io.t +t/61_fltk_09_multi.t +t/62_cocoa_01_basic.t +t/62_cocoa_02_signals.t +t/62_cocoa_03_child.t +t/62_cocoa_04_condvar.t +t/62_cocoa_05_dns.t +t/62_cocoa_07_io.t +t/62_cocoa_09_multi.t +t/63_eventlib_01_basic.t +t/63_eventlib_04_condvar.t +t/63_eventlib_05_dns.t +t/64_glib_01_basic.t +t/64_glib_02_signals.t +t/64_glib_03_child.t +t/64_glib_04_condvar.t +t/64_glib_05_dns.t +t/64_glib_07_io.t +t/64_glib_09_multi.t +t/65_event_01_basic.t +t/65_event_02_signals.t +t/65_event_03_child.t +t/65_event_04_condvar.t +t/65_event_05_dns.t +t/65_event_07_io.t +t/65_event_09_multi.t +t/66_ioasync_01_basic.t +t/66_ioasync_02_signals.t +t/66_ioasync_03_child.t +t/66_ioasync_04_condvar.t +t/66_ioasync_05_dns.t +t/66_ioasync_07_io.t +t/66_ioasync_09_multi.t +t/67_tk_01_basic.t +t/67_tk_02_signals.t +t/67_tk_03_child.t +t/67_tk_04_condvar.t +t/67_tk_05_dns.t +t/67_tk_07_io.t +t/67_tk_09_multi.t +t/68_poe_01_basic.t +t/68_poe_02_signals.t +t/68_poe_03_child.t +t/68_poe_04_condvar.t +t/68_poe_05_dns.t +t/68_poe_07_io.t +t/68_poe_09_multi.t +t/69_ev_01_basic.t +t/69_ev_02_signals.t +t/69_ev_03_child.t +t/69_ev_04_condvar.t +t/69_ev_05_dns.t +t/69_ev_07_io.t +t/69_ev_09_multi.t