--- AnyEvent/MANIFEST 2012/03/27 23:47:57 1.59 +++ AnyEvent/MANIFEST 2014/08/28 15:17:57 1.64 @@ -23,6 +23,7 @@ lib/AnyEvent/Impl/Perl.pm lib/AnyEvent/Impl/Qt.pm lib/AnyEvent/Impl/Tk.pm +lib/AnyEvent/Impl/UV.pm lib/AnyEvent/IO.pm lib/AnyEvent/IO/IOAIO.pm lib/AnyEvent/IO/Perl.pm @@ -47,12 +48,16 @@ t/08_idna.t t/09_multi.t t/10_loadall.t +t/io_common +t/11_io_perl.t +t/12_io_ioaio.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 +t/81_hosts.t eg/bench eg/runbench @@ -82,9 +87,6 @@ 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 @@ -127,3 +129,11 @@ t/69_ev_05_dns.t t/69_ev_07_io.t t/69_ev_09_multi.t +t/70_uv_01_basic.t +t/70_uv_02_signals.t +t/70_uv_03_child.t +t/70_uv_04_condvar.t +t/70_uv_05_dns.t +t/70_uv_07_io.t +t/70_uv_09_multi.t +