added metadata to DuckDuckgo.pm

master
Dylan Lloyd 2012-11-06 16:14:19 -05:00
parent 1dcfc3d7ad
commit 7ea53c0589
1 changed files with 10 additions and 0 deletions

View File

@ -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;