solution for warnings when using from_psgi_response with streaing
[catagits/Catalyst-Runtime.git] / t / lib / TestPath.pm
CommitLineData
dd6a9f23 1package TestPath;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;