No idea why but lack of this causes a void context warning when run under the test...
Tomas Doran [Wed, 25 Aug 2010 23:39:56 +0000 (23:39 +0000)]
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' );