Spelling, more
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_uri_for_action.t
index c95f978..9b34229 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use FindBin;
 use lib "$FindBin::Bin/../lib";
 
-use Test::More 0.88;
+use Test::More;
 
 use_ok('TestApp');
 
@@ -102,6 +102,7 @@ is($dispatcher->uri_for_action($chained_action, [ 1 ]),
 #   Tests with Context
 #
 my $request = Catalyst::Request->new( {
+                _log => Catalyst::Log->new,
                 base => URI->new('http://127.0.0.1/foo')
               } );