convert test checking encoding set in config to checking encoding set by plugin
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddlewareFromPlugin / Custom.pm
1 package TestMiddlewareFromPlugin::Custom;
2
3 use strict;
4 use warnings;
5
6 use parent qw/Plack::Middleware::Static/;
7
8 1;