ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/MANIFEST
Revision: 1.18
Committed: Sun Apr 27 19:40:21 2008 UTC (16 years ago) by elmex
Branch: MAIN
CVS Tags: rel-3_3
Changes since 1.17: +7 -0 lines
Log Message:
updated manifest and example dir in Socket.pm

File Contents

# User Rev Content
1 root 1.1 MANIFEST
2 root 1.4 COPYING
3 root 1.2 Changes
4     README
5 root 1.1 Makefile.PL
6     lib/AnyEvent.pm
7 root 1.17 lib/AnyEvent/Util.pm
8 elmex 1.18 lib/AnyEvent/Handle.pm
9     lib/AnyEvent/Socket.pm
10 root 1.9 lib/AnyEvent/Impl/EV.pm
11 root 1.2 lib/AnyEvent/Impl/Event.pm
12 root 1.11 lib/AnyEvent/Impl/EventLib.pm
13 root 1.1 lib/AnyEvent/Impl/Glib.pm
14     lib/AnyEvent/Impl/Tk.pm
15 root 1.5 lib/AnyEvent/Impl/Perl.pm
16 root 1.10 lib/AnyEvent/Impl/Coro.pm
17     lib/AnyEvent/Impl/CoroEV.pm
18     lib/AnyEvent/Impl/CoroEvent.pm
19 root 1.12 lib/AnyEvent/Impl/Qt.pm
20 root 1.13 lib/AnyEvent/Impl/POE.pm
21 root 1.6 t/00_load.t
22     t/01_basic.t
23 root 1.7 t/02_signals.t
24 root 1.8 t/03_child.t
25 elmex 1.18 t/handle/00_load.t
26     t/handle/01_readline.t
27     t/handle/02_write.t
28     t/handle/03_http_req.t
29     t/handle/04_listen.t
30 root 1.14 eg/bench
31     eg/runbench
32     eg/bench2
33     eg/runbench2
34 root 1.3 META.yml Module meta-data (added by MakeMaker)