diff --git a/lib/DDG/Goodie/DuckDuckGo.pm b/lib/DDG/Goodie/DuckDuckGo.pm index 926691f1f..077d8566a 100644 --- a/lib/DDG/Goodie/DuckDuckGo.pm +++ b/lib/DDG/Goodie/DuckDuckGo.pm @@ -27,6 +27,16 @@ triggers any => keys %data, qw/zero 0/; zci is_cached => 1; +primary_example_queries 'help'; +secondary_example_queries 'Zero-Click Info', 'zeroclick'; +description 'take the average of a list of numbers'; +name 'DuckDuckGo'; +code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DuckDuckGo.pm'; +category 'cheat_sheets'; +topics 'everyday_goodies'; +attribution twitter => 'crazedpsyc', + cpan => 'CRZEDPSYC' ; + handle query_nowhitespace_nodash => sub { $_ = lc; s/\W//g;