X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_server.t;fp=t%2Faggregate%2Funit_core_script_server.t;h=64daee5f5e8c287293924622d77e3dd65dfa9440;hb=567fc75709363d881b6a5e1b5c26508c5b3432fc;hp=7121db40d07d20fab55d42cdf606d314b7a5b85f;hpb=d869e81739fcb850b5cf668f02201110bc8deb57;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t index 7121db4..64daee5 100644 --- a/t/aggregate/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -40,7 +40,7 @@ testOption( [ qw/--port 3001/ ], ['3001', undef, opthash(port => 3001)] ); testOption( [ qw// ], [5000, undef, opthash(port => 5000)] ); } -if (try { require Starman; 1; }) { +if (try { require Starman::Server; 1; }) { # fork -f -fork --fork -f --fork testOption( [ qw/--fork/ ], ['3000', undef, opthash(fork => 1)] ); testOption( [ qw/-f/ ], ['3000', undef, opthash(fork => 1)] ); @@ -52,7 +52,7 @@ if (try { require MooseX::Daemonize; 1; }) { testOption( [ qw/--pid cat.pid/ ], ['3000', undef, opthash(pidfile => "cat.pid")] ); } -if (try { require Starman; 1; }) { +if (try { require Starman::Server; 1; }) { # keepalive -k -keepalive --keepalive -k --keepalive testOption( [ qw/-k/ ], ['3000', undef, opthash(keepalive => 1)] ); testOption( [ qw/--keepalive/ ], ['3000', undef, opthash(keepalive => 1)] );