added metadata to GUID.pm

master
Dylan Lloyd 2012-11-06 17:39:44 -05:00
parent 4fbd66e5f1
commit 916e96793c
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,16 @@ triggers start => 'globally', 'universally', 'rfc', 'guid', 'uuid';
zci answer_type => "guid";
primary_example_queries 'guid';
secondary_example_queries 'uuid';
description 'generate a unique indentifier';
name 'GUID';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/GUID.pm';
category 'computing_tools';
topics 'programming';
attribution twitter => 'crazedpsyc',
cpan => 'CRZEDPSYC' ;
my %guid = (
'guid' => 0,
'uuid' => 1,