Complete rewrite to use Plack Middleware. plackify
authorGraeme Lawton <graeme.lawton@setfiremedia.com>
Thu, 22 May 2014 13:45:48 +0000 (14:45 +0100)
committerMark Ellis <mark.ellis@cartridgesave.co.uk>
Tue, 27 May 2014 15:04:37 +0000 (16:04 +0100)
commit9c5fb712cfcdc566aa60af34327808c4595df944
tree9effecfb6894f31b075f96e14759cca85ed19acb
parent9e2ff94458bf57aca4fd1b52cbea640427b2af78
Complete rewrite to use Plack Middleware.

Catalyst Plugin is bare minimum to load custom plack middleware via
setup_middleware
custom middleware based on Plack::Middleware::Static to serve static
content
existing test suite unchanged, except for 20debug.t, as there's no
$c->log now, it will use psgix.logger or warn/carp
Added Travis and Coveralls support.
Added ability to debug to psgix.logger
Updated changelog and added to contributors.
Bumped version to 0.32
.gitignore
.travis.yml [new file with mode: 0644]
Changes
MANIFEST.SKIP
Makefile.PL
lib/Catalyst/Plugin/Static/Simple.pm
lib/Catalyst/Plugin/Static/Simple/Middleware.pm [new file with mode: 0644]
t/20debug.t