fixed Catalyst::Script::Server so app doesn't have to be a cmd line opt
[catagits/Catalyst-Runtime.git] / t / TestApp / script / testapp_server.pl
index 51c3011..8069e7a 100755 (executable)
@@ -10,4 +10,4 @@ BEGIN {
 ## because this is a test
 use lib "$Bin/../../../lib";
 use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('Catalyst','Server');
+Catalyst::ScriptRunner->run('TestApp','Server');