Solved problems :D

Inserted use strict;
Deleted redundant name and description
Corrected code URL
master
Alexander Votteler 2015-05-11 14:42:55 +02:00
parent a6e9460e16
commit 9242704869
1 changed files with 2 additions and 3 deletions

View File

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