Skip to content

Commit 841be2b

Browse files
author
Alexis Sukrieh
committed
manifest update + add SKIP file
1 parent fa95b36 commit 841be2b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

MANIFEST

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ lib/Dancer/Template.pm
3232
lib/Dancer/Template/Abstract.pm
3333
lib/Dancer/Template/Simple.pm
3434
lib/Dancer/Template/TemplateToolkit.pm
35+
Makefile
3536
Makefile.PL
3637
MANIFEST
38+
MANIFEST.SKIP
3739
README
3840
ROADMAP
3941
script/dancer
@@ -57,6 +59,7 @@ t/02_request/04_custom.t
5759
t/02_request/05_cgi_pm_compat.t
5860
t/02_request/06_init_env.t
5961
t/02_request/07_normalize.t
62+
t/02_request/07_raw_data.t
6063
t/03_route_handler/00_http_methods.t
6164
t/03_route_handler/01_params.t
6265
t/03_route_handler/02_before_filter.t
@@ -121,6 +124,19 @@ t/12_response/01_CRLF_injection.t
121124
t/12_response/02_headers.t
122125
t/lib/EasyMocker.pm
123126
t/lib/TestApp.pm
124-
t/TestUtils.pm
125127
t/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
126142
TODO

MANIFEST.SKIP

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
^\.git\/
2+
^blib
3+
^pm_to_blib
4+
^.*.bak
5+
^.*.old
6+
^t.*sessions
7+
^cover_db
8+
^.*\.log

0 commit comments

Comments
 (0)