Conversions: Didn't use List::Util in the end as it's all in hashes
parent
4417d51443
commit
9418f7baef
|
@ -8,7 +8,6 @@ with 'DDG::GoodieRole::NumberStyler';
|
||||||
use Math::Round qw/nearest/;
|
use Math::Round qw/nearest/;
|
||||||
use utf8;
|
use utf8;
|
||||||
use YAML::XS 'LoadFile';
|
use YAML::XS 'LoadFile';
|
||||||
use List::Util qw(any);
|
|
||||||
|
|
||||||
zci answer_type => 'conversions';
|
zci answer_type => 'conversions';
|
||||||
zci is_cached => 1;
|
zci is_cached => 1;
|
||||||
|
|
Loading…
Reference in New Issue