From 9418f7baef63c2c59d7bb553fcf1a4a1a9ea2431 Mon Sep 17 00:00:00 2001 From: Rob Emery Date: Mon, 9 May 2016 20:31:36 +0100 Subject: [PATCH] Conversions: Didn't use List::Util in the end as it's all in hashes --- lib/DDG/Goodie/Conversions.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DDG/Goodie/Conversions.pm b/lib/DDG/Goodie/Conversions.pm index f4c8b7939..bd46ca912 100755 --- a/lib/DDG/Goodie/Conversions.pm +++ b/lib/DDG/Goodie/Conversions.pm @@ -8,7 +8,6 @@ with 'DDG::GoodieRole::NumberStyler'; use Math::Round qw/nearest/; use utf8; use YAML::XS 'LoadFile'; -use List::Util qw(any); zci answer_type => 'conversions'; zci is_cached => 1;