--- AnyEvent/MANIFEST 2008/05/15 13:32:19 1.24 +++ AnyEvent/MANIFEST 2011/08/19 19:59:53 1.57 @@ -3,31 +3,124 @@ Changes README Makefile.PL + +constants.pl.PL +lib/AE.pm lib/AnyEvent.pm -lib/AnyEvent/Util.pm +lib/AnyEvent/DNS.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/Event.pm lib/AnyEvent/Impl/EventLib.pm +lib/AnyEvent/Impl/FLTK2.pm lib/AnyEvent/Impl/Glib.pm -lib/AnyEvent/Impl/Tk.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/POE.pm +lib/AnyEvent/Impl/Tk.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 t/02_signals.t t/03_child.t t/04_condvar.t -t/handle/00_load.t +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/handle/01_readline.t t/handle/02_write.t +t/handle/03_http_req.t t/handle/04_listen.t -# t/handle/03_http_req.t + +t/80_ssltest.t + eg/bench eg/runbench eg/bench2 eg/runbench2 +eg/connect +eg/listen eg/handle -META.yml Module meta-data (added by MakeMaker) +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/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 +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