Somewhat fix up the server script test
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_server-without_modules.t
1 use strict;
2 use warnings;
3 use FindBin qw/$Bin/;
4 use Test::More;
5 use Test::Without::Module qw(
6     Starman
7     Plack::Handler::Starman
8     MooseX::Daemonize
9     MooseX::Daemonize::Pid::File
10     MooseX::Daemonize::Core
11 );
12 require "$Bin/../aggregate/unit_core_script_server.t";
13