Merge branch 'abort-chain-doc-and-test' of https://github.com/melmothx/catalyst-runti...
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddleware / Custom.pm
CommitLineData
c17c004a 1package TestMiddleware::Custom;
2
3use strict;
4use warnings;
5
6use parent qw/Plack::Middleware::Static/;
7
81;