Fix the test psgi file
Florian Ragwitz [Sun, 27 Mar 2011 12:39:22 +0000 (13:39 +0100)]
t/psgi_file_testapp.t

index 8fd6582..ea06d55 100644 (file)
@@ -20,7 +20,7 @@ BEGIN {
         use TestApp;
 
         $main::have_loaded_psgi = 1;
-        my $app = sub { TestApp->psgi_app };
+        my $app = TestApp->psgi_app;
     };
     close($psgi);
 }