stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
index 8f87993..6687eac 100644 (file)
@@ -1,8 +1,11 @@
 package TestAppMatchSingleArg;
 use strict;
 use warnings;
+use TestLogger;
 use Catalyst;
 
+__PACKAGE__->log(TestLogger->new);
+
 __PACKAGE__->setup;
 
 1;