fixed failing test and maybe travis
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_server-without_modules.t
index 2fc7772..0fdaa87 100644 (file)
@@ -1,6 +1,12 @@
 use strict;
 use warnings;
 use FindBin qw/$Bin/;
+
+# Package::Stash::XS has a weird =~ XS invocation during its compilation
+# This interferes with @INC hooks that do rematcuing on their own on
+# perls before 5.8.7. Just use the PP version to work around this.
+BEGIN { $ENV{PACKAGE_STASH_IMPLEMENTATION} = 'PP' if $] < '5.008007' }
+
 use Test::More;
 use Try::Tiny;
 
@@ -8,7 +14,7 @@ plan skip_all => "Need Test::Without::Module for this test"
     unless try { require Test::Without::Module; 1 };
 
 Test::Without::Module->import(qw(
-    Starman
+    Starman::Server
     Plack::Handler::Starman
     MooseX::Daemonize
     MooseX::Daemonize::Pid::File
@@ -18,7 +24,7 @@ Test::Without::Module->import(qw(
 require "$Bin/../aggregate/unit_core_script_server.t";
 
 Test::Without::Module->unimport(qw(
-    Starman
+    Starman::Server
     Plack::Handler::Starman
     MooseX::Daemonize
     MooseX::Daemonize::Pid::File