stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / live_show_internal_actions_warnings.t
index e68edca..0fe6ea3 100644 (file)
@@ -18,7 +18,7 @@ use Catalyst::Test 'TestAppShowInternalActions';
 my $last_warning;
 {
     local $SIG{__WARN__} = sub { $last_warning = shift };
-    get('/');
+    my $res = get('/');
 }
 is( $last_warning, undef, 'there should be no warnings about uninitialized value' );