X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppMatchSingleArg.pm;h=6687eace00102812ed3b1f5b5c83270099a42629;hb=f152ae23b886a4f0bcfaeaf401ea2bf71cd30ab1;hp=8f8799377b07f491e56bdf505919b37f491ba915;hpb=9dac01c784a1f27fe7bb110442d006f9919e9dc1;p=catagits%2FCatalyst-Runtime.git 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;