File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,10 @@ lib/Dancer/Template.pm
3232lib/Dancer/Template/Abstract.pm
3333lib/Dancer/Template/Simple.pm
3434lib/Dancer/Template/TemplateToolkit.pm
35+ Makefile
3536Makefile.PL
3637MANIFEST
38+ MANIFEST.SKIP
3739README
3840ROADMAP
3941script/dancer
@@ -57,6 +59,7 @@ t/02_request/04_custom.t
5759t/02_request/05_cgi_pm_compat.t
5860t/02_request/06_init_env.t
5961t/02_request/07_normalize.t
62+ t/02_request/07_raw_data.t
6063t/03_route_handler/00_http_methods.t
6164t/03_route_handler/01_params.t
6265t/03_route_handler/02_before_filter.t
@@ -121,6 +124,19 @@ t/12_response/01_CRLF_injection.t
121124t/12_response/02_headers.t
122125t/lib/EasyMocker.pm
123126t/lib/TestApp.pm
124- t/TestUtils.pm
125127t/pod.t
128+ t/TestUtils.pm
129+ TestApp/app.psgi
130+ TestApp/config.yml
131+ TestApp/environments/development.yml
132+ TestApp/environments/production.yml
133+ TestApp/Foo.pm
134+ TestApp/public/404.html
135+ TestApp/public/500.html
136+ TestApp/public/css/error.css
137+ TestApp/public/css/style.css
138+ TestApp/TestApp.pl
139+ TestApp/TestApp.pm
140+ TestApp/views/index.tt
141+ TestApp/views/layouts/main.tt
126142TODO
Original file line number Diff line number Diff line change 1+ ^\.git\/
2+ ^blib
3+ ^pm_to_blib
4+ ^.*.bak
5+ ^.*.old
6+ ^t.*sessions
7+ ^cover_db
8+ ^.*\.log
You can’t perform that action at this time.
0 commit comments