From: Graham Knop Date: Thu, 12 Apr 2018 13:53:26 +0000 (+0200) Subject: remove unneeded skip for old HTTP::Body X-Git-Tag: v5.90118~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f82e1b2b114c99ad6712cb93003338ae5d0423a5 remove unneeded skip for old HTTP::Body --- diff --git a/t/optional_memleak.t b/t/optional_memleak.t index 646332a..59e388c 100644 --- a/t/optional_memleak.t +++ b/t/optional_memleak.t @@ -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 );