Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: perl
perl:
- "5.30"
- "5.28"
- "5.26"

install: cpanm Plack::Util Test::Output

script: prove -lr t
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ The best way to use it is to actually design your Plack application to
serve "static" files. Please consult the Wallflower::Tutorial manual page
for tips on how to write your Plack application to work with wallflower.

INSTALL

This module uses Dist::Zilla. You will need to install it if you are building it from source. Use

dzil authordeps --missing | cpanm

to install only dependencies, or

dzil test

to test.

COPYRIGHT AND LICENCE

Expand Down