remove unneeded skip for old HTTP::Body
[catagits/Catalyst-Runtime.git] / t / optional_memleak.t
index 646332a..59e388c 100644 (file)
@@ -14,9 +14,6 @@ use Catalyst::Test 'TestApp';
 eval "use Proc::ProcessTable";
 plan skip_all => 'Proc::ProcessTable required for this test' if $@;
 
-eval "use HTTP::Body 0.03";
-plan skip_all => 'HTTP::Body >= 0.03 required for this test' if $@;
-
 use JSON::MaybeXS qw(decode_json);
 
 our $t = Proc::ProcessTable->new( cache_ttys => 1 );