File: MANIFEST

package info (click to toggle)
libanyevent-perl 7.010-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,528 kB
  • sloc: perl: 6,349; sh: 108; makefile: 10
file content (138 lines) | stat: -rw-r--r-- 2,740 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
MANIFEST
COPYING
Changes
README
Makefile.PL

constants.pl.PL
lib/AE.pm
lib/AnyEvent.pm
lib/AnyEvent/DNS.pm
lib/AnyEvent/Debug.pm
lib/AnyEvent/FAQ.pod
lib/AnyEvent/Handle.pm
lib/AnyEvent/Impl/Cocoa.pm
lib/AnyEvent/Impl/EV.pm
lib/AnyEvent/Impl/Event.pm
lib/AnyEvent/Impl/EventLib.pm
lib/AnyEvent/Impl/FLTK.pm
lib/AnyEvent/Impl/Glib.pm
lib/AnyEvent/Impl/IOAsync.pm
lib/AnyEvent/Impl/Irssi.pm
lib/AnyEvent/Impl/POE.pm
lib/AnyEvent/Impl/Perl.pm
lib/AnyEvent/Impl/Qt.pm
lib/AnyEvent/Impl/Tk.pm
lib/AnyEvent/IO.pm
lib/AnyEvent/IO/IOAIO.pm
lib/AnyEvent/IO/Perl.pm
lib/AnyEvent/Intro.pod
lib/AnyEvent/Log.pm
lib/AnyEvent/Loop.pm
lib/AnyEvent/Socket.pm
lib/AnyEvent/Strict.pm
lib/AnyEvent/TLS.pm
lib/AnyEvent/Util.pm
lib/AnyEvent/Util/idna.pl
lib/AnyEvent/Util/uts46data.pl

t/00_load.t
t/01_basic.t
t/02_signals.t
t/03_child.t
t/04_condvar.t
t/05_dns.t
t/06_socket.t
t/07_io.t
t/08_idna.t
t/09_multi.t
t/10_loadall.t
t/io_common 
t/11_io_perl.t
t/12_io_ioaio.t
t/handle/01_readline.t
t/handle/02_write.t
t/handle/03_http_req.t
t/handle/04_listen.t

t/80_ssltest.t

eg/bench
eg/runbench
eg/bench2
eg/runbench2
eg/connect
eg/listen
eg/handle
eg/ae0.pl
eg/ae2.pl

util/gen_uts46data
util/tst_uts46data

mktest			builds the test scripts below
t/61_fltk_01_basic.t
t/61_fltk_02_signals.t
t/61_fltk_03_child.t
t/61_fltk_04_condvar.t
t/61_fltk_05_dns.t
t/61_fltk_07_io.t
t/61_fltk_09_multi.t
t/62_cocoa_01_basic.t
t/62_cocoa_02_signals.t
t/62_cocoa_03_child.t
t/62_cocoa_04_condvar.t
t/62_cocoa_05_dns.t
t/62_cocoa_07_io.t
t/62_cocoa_09_multi.t
t/63_eventlib_01_basic.t
t/63_eventlib_02_signals.t
t/63_eventlib_03_child.t
t/63_eventlib_04_condvar.t
t/63_eventlib_05_dns.t
t/63_eventlib_07_io.t
t/63_eventlib_09_multi.t
t/64_glib_01_basic.t
t/64_glib_02_signals.t
t/64_glib_03_child.t
t/64_glib_04_condvar.t
t/64_glib_05_dns.t
t/64_glib_07_io.t
t/64_glib_09_multi.t
t/65_event_01_basic.t
t/65_event_02_signals.t
t/65_event_03_child.t
t/65_event_04_condvar.t
t/65_event_05_dns.t
t/65_event_07_io.t
t/65_event_09_multi.t
t/66_ioasync_01_basic.t
t/66_ioasync_02_signals.t
t/66_ioasync_03_child.t
t/66_ioasync_04_condvar.t
t/66_ioasync_05_dns.t
t/66_ioasync_07_io.t
t/66_ioasync_09_multi.t
t/67_tk_01_basic.t
t/67_tk_02_signals.t
t/67_tk_03_child.t
t/67_tk_04_condvar.t
t/67_tk_05_dns.t
t/67_tk_07_io.t
t/67_tk_09_multi.t
t/68_poe_01_basic.t
t/68_poe_02_signals.t
t/68_poe_03_child.t
t/68_poe_04_condvar.t
t/68_poe_05_dns.t
t/68_poe_07_io.t
t/68_poe_09_multi.t
t/69_ev_01_basic.t
t/69_ev_02_signals.t
t/69_ev_03_child.t
t/69_ev_04_condvar.t
t/69_ev_05_dns.t
t/69_ev_07_io.t
t/69_ev_09_multi.t
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)