--- AnyEvent/MANIFEST 2009/07/30 03:41:56 1.43 +++ AnyEvent/MANIFEST 2012/12/04 23:45:36 1.62 @@ -4,26 +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/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 @@ -33,11 +44,19 @@ t/05_dns.t 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 + eg/bench eg/runbench eg/bench2 @@ -47,3 +66,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