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

Comparing AnyEvent/MANIFEST (file contents):
Revision 1.36 by root, Tue Jun 23 12:21:34 2009 UTC vs.
Revision 1.48 by root, Wed Dec 29 05:04:51 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines