X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_http-server.t;h=4b69d8096e9113b4ee50ed939f4914e6b7778ff5;hb=d06051f75205fa4e481d04eeb8387f5ac1b6833f;hp=8219f3f78435e26292777cbbaafa604aa4f424dd;hpb=67c3b30580ba17ca8c17fa831007d8c12227c453;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_http-server.t b/t/optional_http-server.t index 8219f3f..4b69d80 100644 --- a/t/optional_http-server.t +++ b/t/optional_http-server.t @@ -7,9 +7,11 @@ use File::Path; use FindBin; use IO::Socket; use Test::More; -eval "use File::Copy::Recursive"; plan skip_all => 'set TEST_HTTP to enable this test' unless $ENV{TEST_HTTP}; +eval "use Catalyst::Devel 1.0"; +plan skip_all => 'Catalyst::Devel required' if $@; +eval "use File::Copy::Recursive"; plan skip_all => 'File::Copy::Recursive required' if $@; plan tests => 1;