--- AnyEvent/MANIFEST 2012/04/04 02:18:30 1.61 +++ 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,7 +48,7 @@ t/08_idna.t t/09_multi.t t/10_loadall.t -t/io_common +t/io_common t/11_io_perl.t t/12_io_ioaio.t t/handle/01_readline.t @@ -56,6 +57,7 @@ t/handle/04_listen.t t/80_ssltest.t +t/81_hosts.t eg/bench eg/runbench @@ -85,13 +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_02_signals.t -t/63_eventlib_03_child.t -t/63_eventlib_04_condvar.t -t/63_eventlib_05_dns.t -t/63_eventlib_07_io.t -t/63_eventlib_09_multi.t t/64_glib_01_basic.t t/64_glib_02_signals.t t/64_glib_03_child.t @@ -134,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 +