X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Foptional_memleak.t;h=59e388c7d53c64e2bba863e915d375c84fe503be;hp=646332a43b6844354aae5afe88437c4bd7c1335c;hb=f82e1b2b114c99ad6712cb93003338ae5d0423a5;hpb=8a1b06bea91f32966b5f067d6502209e0338827f 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 );