Add test for sending the body from a filehandle with more data than the default chunk...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
CommitLineData
9dac01c7 1package TestAppMatchSingleArg;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;