X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppMatchSingleArg.pm;h=6687eace00102812ed3b1f5b5c83270099a42629;hp=8f8799377b07f491e56bdf505919b37f491ba915;hb=f6ddb2f242a1635b4a5ba848f61d87c1093422dc;hpb=9dac01c784a1f27fe7bb110442d006f9919e9dc1 diff --git a/t/lib/TestAppMatchSingleArg.pm b/t/lib/TestAppMatchSingleArg.pm index 8f87993..6687eac 100644 --- a/t/lib/TestAppMatchSingleArg.pm +++ b/t/lib/TestAppMatchSingleArg.pm @@ -1,8 +1,11 @@ package TestAppMatchSingleArg; use strict; use warnings; +use TestLogger; use Catalyst; +__PACKAGE__->log(TestLogger->new); + __PACKAGE__->setup; 1;