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

Comparing AnyEvent/MANIFEST (file contents):
Revision 1.25 by elmex, Thu May 15 14:12:24 2008 UTC vs.
Revision 1.46 by root, Sun Feb 21 09:28:18 2010 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/Strict.pm
12lib/AnyEvent/Debug.pm
13lib/AnyEvent/DNS.pm
7lib/AnyEvent/Util.pm 14lib/AnyEvent/Util.pm
15lib/AnyEvent/Util/idna.pl
16lib/AnyEvent/Util/uts46data.pl
17lib/AnyEvent/TLS.pm
8lib/AnyEvent/Handle.pm 18lib/AnyEvent/Handle.pm
9# lib/AnyEvent/Socket.pm 19lib/AnyEvent/Socket.pm
10lib/AnyEvent/Impl/EV.pm 20lib/AnyEvent/Impl/EV.pm
21lib/AnyEvent/Impl/Perl.pm
11lib/AnyEvent/Impl/Event.pm 22lib/AnyEvent/Impl/Event.pm
12lib/AnyEvent/Impl/EventLib.pm
13lib/AnyEvent/Impl/Glib.pm 23lib/AnyEvent/Impl/Glib.pm
14lib/AnyEvent/Impl/Tk.pm 24lib/AnyEvent/Impl/Tk.pm
15lib/AnyEvent/Impl/Perl.pm
16lib/AnyEvent/Impl/Qt.pm 25lib/AnyEvent/Impl/Qt.pm
17lib/AnyEvent/Impl/POE.pm 26lib/AnyEvent/Impl/POE.pm
27lib/AnyEvent/Impl/EventLib.pm
28lib/AnyEvent/Impl/IOAsync.pm
29lib/AnyEvent/Impl/Irssi.pm
30
18t/00_load.t 31t/00_load.t
19t/01_basic.t 32t/01_basic.t
20t/02_signals.t 33t/02_signals.t
21t/03_child.t 34t/03_child.t
22t/04_condvar.t 35t/04_condvar.t
23t/handle/00_load.t 36t/05_dns.t
37t/06_socket.t
38t/07_io.t
39t/08_idna.t
24t/handle/01_readline.t 40t/handle/01_readline.t
25t/handle/02_write.t 41t/handle/02_write.t
26t/handle/03_http_req.t 42t/handle/03_http_req.t
27t/handle/04_listen.t 43t/handle/04_listen.t
44
28eg/bench 45eg/bench
29eg/runbench 46eg/runbench
30eg/bench2 47eg/bench2
31eg/runbench2 48eg/runbench2
49eg/connect
50eg/listen
32eg/handle 51eg/handle
33META.yml Module meta-data (added by MakeMaker) 52eg/ae0.pl
53eg/ae2.pl
54
55util/gen_uts46data

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines