--- AnyEvent/MANIFEST 2013/08/21 08:40:28 1.63 +++ AnyEvent/MANIFEST 2019/09/17 23:40:53 1.65 @@ -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 @@ -50,6 +51,7 @@ t/io_common t/11_io_perl.t t/12_io_ioaio.t +t/13_weaken.t t/handle/01_readline.t t/handle/02_write.t t/handle/03_http_req.t @@ -128,3 +130,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 +