X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Foptional_http-server-restart.t;h=35e9f16ebfbeabce473ea3ca6eb9faa10bb9226b;hb=c45c5d3787dfb147d4bfb4542283f52a3223fa87;hp=008e0b283a166a369466304acbad53d004a9b516;hpb=5c9c810dc09594a364ea85a023e8803bbbd11853;p=catagits%2FCatalyst-Runtime.git diff --git a/t/optional_http-server-restart.t b/t/optional_http-server-restart.t index 008e0b2..35e9f16 100644 --- a/t/optional_http-server-restart.t +++ b/t/optional_http-server-restart.t @@ -15,8 +15,8 @@ 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 $@; - -use File::Copy::Recursive; +eval "use File::Copy::Recursive"; +plan skip_all => 'File::Copy::Recursive required' if $@; plan tests => 40;