From 0e2b709f3c34710a60d9a8673dac62116c3e259c Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Fri, 24 Mar 2017 14:33:36 +0100 Subject: [PATCH 1/1] remove unneeded an unwelcome dependency I added this when debugging the load average change and forgot to remove it afterwards, and it upsets Jarkkos test suite. --- t/op/hash.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/op/hash.t b/t/op/hash.t index 0551e03..dc8fcc9 100644 --- a/t/op/hash.t +++ b/t/op/hash.t @@ -179,7 +179,6 @@ sub torture_hash { # Each time this will get emptied then repopulated. If the fill isn't reset # when the hash is emptied, the used count will likely exceed the array - use Devel::Peek; %$h3 = %$h2; is(join(",", sort keys %$h3),join(",",sort keys %$h2),"$desc (+$count copy) has same keys"); my (undef, $total3) = validate_hash("$desc (+$count copy)", $h3); -- 1.8.3.1