forked from miyagawa/Tatsumaki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST
68 lines (68 loc) · 1.52 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
67
68
.gitignore
Changes
eg/chat/app.psgi
eg/chat/static/DUI.js
eg/chat/static/jquery-1.3.2.min.js
eg/chat/static/jquery.cookie.js
eg/chat/static/jquery.ev.js
eg/chat/static/jquery.md5.js
eg/chat/static/jquery.oembed.js
eg/chat/static/pretty.js
eg/chat/static/screen.css
eg/chat/static/Stream.js
eg/chat/templates/chat.html
eg/demo.pl
inc/Module/AutoInstall.pm
inc/Module/Install.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/AutoInstall.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/ReadmeFromPod.pm
inc/Module/Install/Repository.pm
inc/Module/Install/TestBase.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Spiffy.pm
inc/Test/Base.pm
inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/Test/Requires.pm
lib/Tatsumaki.pm
lib/Tatsumaki/Application.pm
lib/Tatsumaki/Error.pm
lib/Tatsumaki/Handler.pm
lib/Tatsumaki/HTTPClient.pm
lib/Tatsumaki/MessageQueue.pm
lib/Tatsumaki/Request.pm
lib/Tatsumaki/Response.pm
lib/Tatsumaki/Server.pm
lib/Tatsumaki/Service.pm
lib/Tatsumaki/Template.pm
lib/Tatsumaki/Template/Micro.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
t/00_compile.t
t/application_with_moose.t
t/handler/binary.t
t/handler/exception.t
t/handler/root.t
t/handler/sync.t
t/mq/basic.t
t/mq/cycle.t
t/mq/events_before_long_poll.t
t/mq/leak.psgi
t/mq/leak.t
t/mq/timer.t
xt/perlcritic.t
xt/pod.t
xt/podspell.t
xt/synopsis.t