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