-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathMANIFEST
66 lines (66 loc) · 1.31 KB
/
MANIFEST
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
.licensizer.yml
adm/cert-create.sh
adm/Makefile
adm/pogo-tmpl
adm/template
adm/Template.pm
bin/plack-test
bin/pogo-dispatcher
bin/pogo-fg
bin/pogo-worker
Changes
DESIGN
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
lib/Pogo.pm
lib/Pogo/AnyEvent/ZooKeeper.pm
lib/Pogo/API.pm
lib/Pogo/API/Status.pm
lib/Pogo/API/V1.pm
lib/Pogo/Defaults.pm
lib/Pogo/Dispatcher.pm
lib/Pogo/Dispatcher/ControlPort.pm
lib/Pogo/Dispatcher/ControlPort/PSGI.pm
lib/Pogo/Dispatcher/ControlPort/Status.pm
lib/Pogo/Dispatcher/ControlPort/V1.pm
lib/Pogo/Dispatcher/Wconn/Connection.pm
lib/Pogo/Dispatcher/Wconn/Pool.pm
lib/Pogo/Object/Event.pm
lib/Pogo/Security.pm
lib/Pogo/Util.pm
lib/Pogo/Util/QP.pm
lib/Pogo/Worker.pm
lib/Pogo/Worker/Connection.pm
lib/Pogo/Worker/Task.pm
lib/Pogo/Worker/Task/Command.pm
lib/Pogo/Worker/Task/Command/Remote.pm
Makefile.PL
MANIFEST
MANIFEST.SKIP
META.yml
README
t/001Basic.t
t/002Protocol.t
t/003QP.t
t/004WorkerPool.t
t/005ZooKeeper.t
t/006API.t
t/007SSL.t
t/008Command.t
t/certs/ca.crt
t/certs/dispatcher.crt
t/certs/dispatcher.key
t/certs/README
t/certs/worker.crt
t/certs/worker.key
t/lib/PogoOne.pm
t/lib/PogoTest.pm
t/tmpl/index.tmpl
tmpl/index.tmpl
TODO