X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpsgi_file_testapp.t;h=ea06d558e8810245828fefea56cd6b15940d1c5b;hb=1cbdfa9b4506dadbfa520ed0a1fc33d9064be541;hp=8fd6582f4d9ee3bd51c2e8d4db33439b2e16552b;hpb=996db8edfb44050900dfc4ba534f24540c429c90;p=catagits%2FCatalyst-Runtime.git diff --git a/t/psgi_file_testapp.t b/t/psgi_file_testapp.t index 8fd6582..ea06d55 100644 --- a/t/psgi_file_testapp.t +++ b/t/psgi_file_testapp.t @@ -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); }