ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/MANIFEST
(Generate patch)

Comparing AnyEvent/MANIFEST (file contents):
Revision 1.15 by root, Sat Apr 26 05:49:40 2008 UTC vs.
Revision 1.51 by root, Thu Aug 4 09:14:01 2011 UTC

1MANIFEST 1MANIFEST
2COPYING 2COPYING
3Changes 3Changes
4README 4README
5Makefile.PL 5Makefile.PL
6
7constants.pl.PL
8lib/AE.pm
6lib/AnyEvent.pm 9lib/AnyEvent.pm
10lib/AnyEvent/Intro.pod
11lib/AnyEvent/FAQ.pod
12lib/AnyEvent/Strict.pm
13lib/AnyEvent/Debug.pm
14lib/AnyEvent/DNS.pm
15lib/AnyEvent/Util.pm
16lib/AnyEvent/Util/idna.pl
17lib/AnyEvent/Util/uts46data.pl
18lib/AnyEvent/TLS.pm
19lib/AnyEvent/Handle.pm
20lib/AnyEvent/Socket.pm
21lib/AnyEvent/Loop.pm
7lib/AnyEvent/Impl/EV.pm 22lib/AnyEvent/Impl/EV.pm
23lib/AnyEvent/Impl/Perl.pm
8lib/AnyEvent/Impl/Event.pm 24lib/AnyEvent/Impl/Event.pm
9lib/AnyEvent/Impl/EventLib.pm
10lib/AnyEvent/Impl/Glib.pm 25lib/AnyEvent/Impl/Glib.pm
11lib/AnyEvent/Impl/Tk.pm 26lib/AnyEvent/Impl/Tk.pm
12lib/AnyEvent/Impl/Perl.pm
13lib/AnyEvent/Impl/Coro.pm
14lib/AnyEvent/Impl/CoroEV.pm
15lib/AnyEvent/Impl/CoroEvent.pm
16lib/AnyEvent/Impl/Qt.pm 27lib/AnyEvent/Impl/Qt.pm
17lib/AnyEvent/Impl/POE.pm 28lib/AnyEvent/Impl/POE.pm
29lib/AnyEvent/Impl/EventLib.pm
30lib/AnyEvent/Impl/IOAsync.pm
18lib/AnyEvent/Impl/Stem.pm 31lib/AnyEvent/Impl/Irssi.pm
32lib/AnyEvent/Impl/Cocoa.pm
33
19t/00_load.t 34t/00_load.t
20t/01_basic.t 35t/01_basic.t
21t/02_signals.t 36t/02_signals.t
22t/03_child.t 37t/03_child.t
38t/04_condvar.t
39t/05_dns.t
40t/06_socket.t
41t/07_io.t
42t/08_idna.t
43t/09_multi.t
44t/handle/01_readline.t
45t/handle/02_write.t
46t/handle/03_http_req.t
47t/handle/04_listen.t
48
23eg/bench 49eg/bench
24eg/runbench 50eg/runbench
25eg/bench2 51eg/bench2
26eg/runbench2 52eg/runbench2
27META.yml Module meta-data (added by MakeMaker) 53eg/connect
54eg/listen
55eg/handle
56eg/ae0.pl
57eg/ae2.pl
58
59util/gen_uts46data
60util/tst_uts46data

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines