ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/MANIFEST
Revision: 1.45
Committed: Tue Dec 15 05:49:13 2009 UTC (14 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-5_23, rel-5_24
Changes since 1.44: +2 -0 lines
Log Message:
much less memory

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 root 1.36
7 root 1.43 lib/AE.pm
8 root 1.1 lib/AnyEvent.pm
9 root 1.33 lib/AnyEvent/Intro.pod
10 root 1.34 lib/AnyEvent/Strict.pm
11 root 1.42 lib/AnyEvent/Debug.pm
12 root 1.28 lib/AnyEvent/DNS.pm
13 root 1.17 lib/AnyEvent/Util.pm
14 root 1.44 lib/AnyEvent/Util/idna.pl
15     lib/AnyEvent/Util/uts46data.pl
16 root 1.38 lib/AnyEvent/TLS.pm
17 elmex 1.18 lib/AnyEvent/Handle.pm
18 root 1.30 lib/AnyEvent/Socket.pm
19 root 1.9 lib/AnyEvent/Impl/EV.pm
20 root 1.37 lib/AnyEvent/Impl/Perl.pm
21 root 1.2 lib/AnyEvent/Impl/Event.pm
22 root 1.1 lib/AnyEvent/Impl/Glib.pm
23     lib/AnyEvent/Impl/Tk.pm
24 root 1.12 lib/AnyEvent/Impl/Qt.pm
25 root 1.13 lib/AnyEvent/Impl/POE.pm
26 root 1.37 lib/AnyEvent/Impl/EventLib.pm
27     lib/AnyEvent/Impl/IOAsync.pm
28 root 1.41 lib/AnyEvent/Impl/Irssi.pm
29 root 1.36
30 root 1.6 t/00_load.t
31     t/01_basic.t
32 root 1.7 t/02_signals.t
33 root 1.8 t/03_child.t
34 root 1.21 t/04_condvar.t
35 root 1.29 t/05_dns.t
36 root 1.35 t/06_socket.t
37 root 1.39 t/07_io.t
38 root 1.44 t/08_idna.t
39 elmex 1.18 t/handle/01_readline.t
40 elmex 1.23 t/handle/02_write.t
41 elmex 1.25 t/handle/03_http_req.t
42 elmex 1.24 t/handle/04_listen.t
43 root 1.36
44 root 1.14 eg/bench
45     eg/runbench
46     eg/bench2
47     eg/runbench2
48 elmex 1.27 eg/connect
49     eg/listen
50 elmex 1.22 eg/handle
51 root 1.36 eg/ae0.pl
52     eg/ae2.pl
53 root 1.45
54     util/gen_uts46data