From: Mark Ellis Date: Sat, 2 Nov 2013 18:55:50 +0000 (+0000) Subject: fixed failing test and maybe travis X-Git-Tag: 5.90050~1^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=44cf095889e0f32e501830b3d3d279667146ea94 fixed failing test and maybe travis --- diff --git a/.travis.yml b/.travis.yml index 01c0852..bf8c975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: perl perl: + - "5.18" - "5.16" - "5.14" - "5.12" @@ -32,9 +33,10 @@ install: - cpanm --metacpan --skip-satisfied Module::Install Module::Install::AuthorRequires Module::Install::CheckConflicts Module::Install::AuthorTests Module::Install::Authority # author deps -- wish there was a better way - - cpanm --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize + - cpanm --metacpan --skip-satisfied CatalystX::LeakChecker Catalyst::Devel Catalyst::Engine::PSGI Starman MooseX::Daemonize Test::WWW::Mechanize::Catalyst Catalyst::Plugin::Params::Nested - cpanm --metacpan --skip-satisfied Test::Without::Module Test::NoTabs Test::Pod Test::Pod::Coverage Test::Spelling Pod::Coverage::TrustPod - cpanm --metacpan --skip-satisfied --installdeps . + - echo y | perl Makefile.PL # we want these for our tests, but not for any others - export AUTHOR_TESTING=1 diff --git a/t/aggregate/unit_core_script_server-without_modules.t b/t/aggregate/unit_core_script_server-without_modules.t index 3bb7d76..0fdaa87 100644 --- a/t/aggregate/unit_core_script_server-without_modules.t +++ b/t/aggregate/unit_core_script_server-without_modules.t @@ -14,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 @@ -24,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