X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestAppStats.pm;h=84cc85c7dc9989f5f15fcc311d0213a51dd7c91d;hb=9c1fc6d6a8c4701fa842fa5229c99d103aee1afa;hp=99d0e1eca24b31a0caa005e11449824d772d120b;hpb=f1abcb4a7a3374b2e400b33b9cf5c0c6a5d49734;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestAppStats.pm b/t/lib/TestAppStats.pm index 99d0e1e..84cc85c 100644 --- a/t/lib/TestAppStats.pm +++ b/t/lib/TestAppStats.pm @@ -16,9 +16,11 @@ __PACKAGE__->log(TestAppStats::Log->new); __PACKAGE__->setup; - package TestAppStats::Log; use base qw/Catalyst::Log/; sub info { push(@TestAppStats::log_messages, @_); } sub debug { push(@TestAppStats::log_messages, @_); } + +1; +