--- AnyEvent/MANIFEST 2009/12/13 05:13:15 1.44 +++ AnyEvent/MANIFEST 2013/08/21 08:40:28 1.63 @@ -4,28 +4,37 @@ README Makefile.PL +constants.pl.PL lib/AE.pm lib/AnyEvent.pm -lib/AnyEvent/Intro.pod -lib/AnyEvent/Strict.pm -lib/AnyEvent/Debug.pm lib/AnyEvent/DNS.pm -lib/AnyEvent/Util.pm -lib/AnyEvent/Util/idna.pl -lib/AnyEvent/Util/uts46data.pl -lib/AnyEvent/TLS.pm +lib/AnyEvent/Debug.pm +lib/AnyEvent/FAQ.pod lib/AnyEvent/Handle.pm -lib/AnyEvent/Socket.pm +lib/AnyEvent/Impl/Cocoa.pm lib/AnyEvent/Impl/EV.pm -lib/AnyEvent/Impl/Perl.pm lib/AnyEvent/Impl/Event.pm -lib/AnyEvent/Impl/Glib.pm -lib/AnyEvent/Impl/Tk.pm -lib/AnyEvent/Impl/Qt.pm -lib/AnyEvent/Impl/POE.pm lib/AnyEvent/Impl/EventLib.pm +lib/AnyEvent/Impl/FLTK.pm +lib/AnyEvent/Impl/Glib.pm lib/AnyEvent/Impl/IOAsync.pm lib/AnyEvent/Impl/Irssi.pm +lib/AnyEvent/Impl/POE.pm +lib/AnyEvent/Impl/Perl.pm +lib/AnyEvent/Impl/Qt.pm +lib/AnyEvent/Impl/Tk.pm +lib/AnyEvent/IO.pm +lib/AnyEvent/IO/IOAIO.pm +lib/AnyEvent/IO/Perl.pm +lib/AnyEvent/Intro.pod +lib/AnyEvent/Log.pm +lib/AnyEvent/Loop.pm +lib/AnyEvent/Socket.pm +lib/AnyEvent/Strict.pm +lib/AnyEvent/TLS.pm +lib/AnyEvent/Util.pm +lib/AnyEvent/Util/idna.pl +lib/AnyEvent/Util/uts46data.pl t/00_load.t t/01_basic.t @@ -36,11 +45,19 @@ t/06_socket.t t/07_io.t 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 eg/bench2 @@ -50,3 +67,64 @@ eg/handle eg/ae0.pl 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/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