X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_http-server-restart.t;h=35e9f16ebfbeabce473ea3ca6eb9faa10bb9226b;hb=b94b200c22a5c08f9fa18db789914b3bd593f4b5;hp=b20944cf466822d507de83e2c3320cdb5b32f324;hpb=67c3b30580ba17ca8c17fa831007d8c12227c453;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_http-server-restart.t b/t/optional_http-server-restart.t index b20944c..35e9f16 100644 --- a/t/optional_http-server-restart.t +++ b/t/optional_http-server-restart.t @@ -11,9 +11,11 @@ use LWP::Simple; use IO::Socket; use Test::More; use Time::HiRes qw/sleep/; -eval "use File::Copy::Recursive"; +eval "use Catalyst::Devel 1.0;"; plan skip_all => 'set TEST_HTTP to enable this test' unless $ENV{TEST_HTTP}; +plan skip_all => 'Catalyst::Devel required' if $@; +eval "use File::Copy::Recursive"; plan skip_all => 'File::Copy::Recursive required' if $@; plan tests => 40;