From 9242704869fe11b8e4e64b913f582e937cb51232 Mon Sep 17 00:00:00 2001 From: Alexander Votteler Date: Mon, 11 May 2015 14:42:55 +0200 Subject: [PATCH] Solved problems :D Inserted use strict; Deleted redundant name and description Corrected code URL --- lib/DDG/Goodie/IsAwesome/v0tti.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/DDG/Goodie/IsAwesome/v0tti.pm b/lib/DDG/Goodie/IsAwesome/v0tti.pm index 58be61c7c..fe6e423bb 100644 --- a/lib/DDG/Goodie/IsAwesome/v0tti.pm +++ b/lib/DDG/Goodie/IsAwesome/v0tti.pm @@ -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";