Re-space more sanely
[catagits/Catalyst-Runtime.git] / 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);
 }