--- AnyEvent/MANIFEST 2008/05/10 20:30:35 1.20 +++ AnyEvent/MANIFEST 2009/07/30 03:24:56 1.42 @@ -3,29 +3,46 @@ Changes README Makefile.PL + 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/Handle.pm -#lib/AnyEvent/Socket.pm +lib/AnyEvent/Socket.pm lib/AnyEvent/Impl/EV.pm +lib/AnyEvent/Impl/Perl.pm lib/AnyEvent/Impl/Event.pm -lib/AnyEvent/Impl/EventLib.pm lib/AnyEvent/Impl/Glib.pm lib/AnyEvent/Impl/Tk.pm -lib/AnyEvent/Impl/Perl.pm lib/AnyEvent/Impl/Qt.pm lib/AnyEvent/Impl/POE.pm +lib/AnyEvent/Impl/EventLib.pm +lib/AnyEvent/Impl/IOAsync.pm +lib/AnyEvent/Impl/Irssi.pm + t/00_load.t t/01_basic.t t/02_signals.t t/03_child.t -t/handle/00_load.t +t/04_condvar.t +t/05_dns.t +t/06_socket.t +t/07_io.t t/handle/01_readline.t -#t/handle/02_write.t -#t/handle/03_http_req.t -#t/handle/04_listen.t +t/handle/02_write.t +t/handle/03_http_req.t +t/handle/04_listen.t + eg/bench eg/runbench eg/bench2 eg/runbench2 -META.yml Module meta-data (added by MakeMaker) +eg/connect +eg/listen +eg/handle +eg/ae0.pl +eg/ae2.pl