1Changes
2deps/Class-C3-XS.yaml
3deps/Component-Authentication-Basic.yaml
4deps/Component-Authentication.yaml
5deps/Component-BlockPrivateIP.yaml
6deps/Component-RobotRules.yml
7deps/Component-RobotsMETA.yaml
8deps/Component-Scraper.yaml
9deps/Component-Throttle-Domain.yaml
10deps/Component-Throttle-Memcached.yaml
11deps/Component-Throttle-Simple.yaml
12deps/Engine-Danga-Socket.yaml
13deps/Engine-IO-Async.yaml
14deps/Engine-POE.yaml
15deps/Plugin-RequestTimer.yaml
16deps/Plugin-Statistics.yaml
17deps/Provider-YAML.yaml
18docs/ja/Gungho.pod
19docs/ja/Gungho/Component.pod
20docs/ja/Gungho/Component/Authentication.pod
21docs/ja/Gungho/Component/Authentication/Basic.pod
22docs/ja/Gungho/Component/BlockPrivateIP.pod
23docs/ja/Gungho/Component/Cache.pod
24docs/ja/Gungho/Component/RobotRules.pod
25docs/ja/Gungho/Component/RobotRules/Rule.pod
26docs/ja/Gungho/Component/RobotRules/Storage.pod
27docs/ja/Gungho/Component/RobotRules/Storage/DB_File.pod
28docs/ja/Gungho/Component/RobotsMETA.pod
29docs/ja/Gungho/Component/Throttle.pod
30docs/ja/Gungho/Component/Throttle/Domain.pod
31docs/ja/Gungho/Component/Throttle/Simple.pod
32docs/ja/Gungho/Engine/POE.pod
33docs/ja/Gungho/Log/Dispatch.pod
34docs/ja/Gungho/Manual/Basics.pod
35docs/ja/Gungho/Manual/FAQ.pod
36docs/ja/Gungho/Manual/Install.pod
37docs/ja/Gungho/Manual/Intro.pod
38docs/ja/Gungho/Plugin/Apoptosis.pod
39docs/ja/Gungho/Plugin/RequestLog.pod
40docs/ja/Gungho/Request.pod
41docs/ja/Gungho/Response.pod
42examples/robotrules/simple.yml
43examples/simple-file/simple-file.yml
44examples/simple-file/url.txt
45examples/simple-log-dispatch/simple.yml
46examples/simple-write-to-file/simple-write-to-file.yml
47examples/simple/simple.yml
48examples/site-crawler/site-crawler.pl
49examples/throttle-simple/throttle-simple.yml
50examples/throttle-simple/url.txt
51examples/yaml/config.yml
52examples/yaml/url.yml
53inc/Module/AutoInstall.pm
54inc/Module/Install.pm
55inc/Module/Install/AutoInstall.pm
56inc/Module/Install/Base.pm
57inc/Module/Install/Can.pm
58inc/Module/Install/Fetch.pm
59inc/Module/Install/Include.pm
60inc/Module/Install/Makefile.pm
61inc/Module/Install/Metadata.pm
62inc/Module/Install/Win32.pm
63inc/Module/Install/WriteAll.pm
64lib/Gungho.pm
65lib/Gungho/Base.pm
66lib/Gungho/Base/Class.pm
67lib/Gungho/Component.pm
68lib/Gungho/Component/Authentication.pm
69lib/Gungho/Component/Authentication/Basic.pm
70lib/Gungho/Component/BlockPrivateIP.pm
71lib/Gungho/Component/Cache.pm
72lib/Gungho/Component/Core.pm
73lib/Gungho/Component/RobotRules.pm
74lib/Gungho/Component/RobotRules/Rule.pm
75lib/Gungho/Component/RobotRules/Storage.pm
76lib/Gungho/Component/RobotRules/Storage/Cache.pm
77lib/Gungho/Component/RobotRules/Storage/DB_File.pm
78lib/Gungho/Component/RobotsMETA.pm
79lib/Gungho/Component/Scraper.pm
80lib/Gungho/Component/Setup.pm
81lib/Gungho/Component/Throttle.pm
82lib/Gungho/Component/Throttle/Domain.pm
83lib/Gungho/Component/Throttle/Provider.pm
84lib/Gungho/Component/Throttle/Simple.pm
85lib/Gungho/Component/Throttle/Throttler.pm
86lib/Gungho/Engine.pm
87lib/Gungho/Engine/Danga/Socket.pm
88lib/Gungho/Engine/IO/Async.pm
89lib/Gungho/Engine/POE.pm
90lib/Gungho/Exception.pm
91lib/Gungho/Handler.pm
92lib/Gungho/Handler/FileWriter/Simple.pm
93lib/Gungho/Handler/Inline.pm
94lib/Gungho/Handler/Null.pm
95lib/Gungho/Inline.pm
96lib/Gungho/Log.pm
97lib/Gungho/Log/Dispatch.pm
98lib/Gungho/Log/Simple.pm
99lib/Gungho/Manual/FAQ.pod
100lib/Gungho/Manual/TODO.pod
101lib/Gungho/Plugin.pm
102lib/Gungho/Plugin/Apoptosis.pm
103lib/Gungho/Plugin/RequestLog.pm
104lib/Gungho/Plugin/RequestTimer.pm
105lib/Gungho/Plugin/Statistics.pm
106lib/Gungho/Plugin/Statistics/Format/XML.pm
107lib/Gungho/Plugin/Statistics/Storage/SQLite.pm
108lib/Gungho/Provider.pm
109lib/Gungho/Provider/File/Simple.pm
110lib/Gungho/Provider/Inline.pm
111lib/Gungho/Provider/Simple.pm
112lib/Gungho/Provider/YAML.pm
113lib/Gungho/Request.pm
114lib/Gungho/Request/http.pm
115lib/Gungho/Response.pm
116lib/Gungho/Util.pm
117Makefile.PL
118MANIFEST			This list of files
119META.yml
120script/gungho
121t/01_load.t
122t/02_config.t
123t/03_live/perl-proxy.t
124t/03_live/perl.t
125t/03_live/twitter.t
126t/99_kwalitee.t
127t/99_pod-coverage.t
128t/99_pod.t
129t/component/authentication/01_load.t
130t/component/cache/01_load.t
131t/component/robot_rules/01_load.t
132t/component/robot_rules/02_storage.t
133t/component/robot_rules/regression_jkim_20071201.t
134t/component/robots_meta/01_load.t
135t/component/scraper/01_load.t
136t/component/throttle/01_load.t
137t/data/02_config/yaml.yml
138t/engine/danga-socket/01_load.t
139t/engine/danga-socket/02_live.t
140t/engine/danga-socket/04_dns.t
141t/engine/io-async/01_load.t
142t/engine/io-async/02_live.t
143t/engine/io-async/04_dns.t
144t/engine/poe/01_load.t
145t/engine/poe/02_live.t
146t/engine/poe/04_dns.t
147t/engine/poe/05_dns_params.t
148t/engine/poe/06_dns_disable.t
149t/lib/GunghoTest.pm
150t/lib/GunghoTest/Live.pm
151t/lib/GunghoTest/PrivateDNS.pm
152t/plugin/request_log/01_basic.t
153t/plugin/statistics/01_load.t
154t/plugin/statistics/02_parts.t
155t/request/regression_jkim_20071201.t
156t/response/regression_jkim_20071201.t
157