Somewhat fix up the server script test
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_server-without_modules.t
diff --git a/t/aggregate/unit_core_script_server-without_modules.t b/t/aggregate/unit_core_script_server-without_modules.t
new file mode 100644 (file)
index 0000000..a93b213
--- /dev/null
@@ -0,0 +1,13 @@
+use strict;
+use warnings;
+use FindBin qw/$Bin/;
+use Test::More;
+use Test::Without::Module qw(
+    Starman
+    Plack::Handler::Starman
+    MooseX::Daemonize
+    MooseX::Daemonize::Pid::File
+    MooseX::Daemonize::Core
+);
+require "$Bin/../aggregate/unit_core_script_server.t";
+