Remove crap
[catagits/CatalystX-Script-Server-Starman.git] / t / lib / script / testapp_server.pl
diff --git a/t/lib/script/testapp_server.pl b/t/lib/script/testapp_server.pl
deleted file mode 100644 (file)
index b42c26f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env perl
-
-BEGIN {
-    $ENV{CATALYST_SCRIPT_GEN} = 40;
-}
-
-use Catalyst::ScriptRunner;
-Catalyst::ScriptRunner->run('TestApp', 'Server');
-
-1;