remove unneeded skip for old HTTP::Body
Graham Knop [Thu, 12 Apr 2018 13:53:26 +0000 (15:53 +0200)]
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 );