remove dep on Class::Data::Inheritable which isn't needed anymore
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddleware / Custom.pm
1 package TestMiddleware::Custom;
2
3 use strict;
4 use warnings;
5
6 use parent qw/Plack::Middleware::Static/;
7
8 1;