The nginx bullshit can just die
[catagits/Catalyst-Runtime.git] / t / psgi_file_testapp.t
index 09fae0e..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);
 }