X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppDoubleAutoBug.pm;h=1044a307152726171e4a04d259f8234c8af5686d;hb=f152ae23b886a4f0bcfaeaf401ea2bf71cd30ab1;hp=524ed8ba3de67203877b0fc129a6890cdd0b7ef7;hpb=f4c8c6d4387499e547c43c6e9deaecaaa50ba982;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppDoubleAutoBug.pm b/t/lib/TestAppDoubleAutoBug.pm index 524ed8b..1044a30 100644 --- a/t/lib/TestAppDoubleAutoBug.pm +++ b/t/lib/TestAppDoubleAutoBug.pm @@ -3,6 +3,7 @@ use warnings; package TestAppDoubleAutoBug; +use TestLogger; use Catalyst qw/ Test::Errors Test::Headers @@ -13,6 +14,8 @@ our $VERSION = '0.01'; __PACKAGE__->config( name => 'TestAppDoubleAutoBug', root => '/some/dir' ); +__PACKAGE__->log(TestLogger->new); + __PACKAGE__->setup; sub execute {