Solved problems :D
Inserted use strict; Deleted redundant name and description Corrected code URLmaster
parent
a6e9460e16
commit
9242704869
|
@ -2,18 +2,17 @@ package DDG::Goodie::IsAwesome::v0tti;
|
|||
# ABSTRACT: My first Goodie
|
||||
|
||||
use DDG::Goodie;
|
||||
use strict;
|
||||
|
||||
zci answer_type => "is_awesome_v0tti";
|
||||
zci is_cached => 1;
|
||||
|
||||
name "IsAwesome v0tti";
|
||||
description "Succinct explanation of what this instant answer does";
|
||||
name "IsAwesome v0tti";
|
||||
description "My first Goodie, it lets the world know that v0tti is awesome";
|
||||
primary_example_queries "duckduckhack v0tti";
|
||||
category "special";
|
||||
topics "special_interest", "geek";
|
||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/GitHubUsername.pm";
|
||||
code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IsAwesome/v0tti.pm";
|
||||
attribution github => ["https://github.com/v0tti", "v0tti"],
|
||||
twitter => "v0tti";
|
||||
|
||||
|
|
Loading…
Reference in New Issue