When from_psgi_response, a bug when headers are already output and charset is set...
[catagits/Catalyst-Runtime.git] / t / lib / TestPath.pm
CommitLineData
dd6a9f23 1package TestPath;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;