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=4fb27043578a31f1ffd7498d1097c817a932d173;hpb=43ef80517090ffc0392cfbd980ff4777957fa139 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;