From aff2ac0bc720acc114352cbd2025b0920e99c0b7 Mon Sep 17 00:00:00 2001 From: valcrist73 Date: Wed, 15 Apr 2015 14:57:40 +0000 Subject: [PATCH] added the use strict to let github know is a perl5 script --- lib/DDG/Goodie/IsAwesome/valcrist73.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DDG/Goodie/IsAwesome/valcrist73.pm b/lib/DDG/Goodie/IsAwesome/valcrist73.pm index ad781054a..edeee22f9 100644 --- a/lib/DDG/Goodie/IsAwesome/valcrist73.pm +++ b/lib/DDG/Goodie/IsAwesome/valcrist73.pm @@ -1,13 +1,13 @@ package DDG::Goodie::IsAwesome::valcrist73; # ABSTRACT: valcrist73's first goodie - +use strict; #used so Github can correctly identify the file as Perl5 use DDG::Goodie; zci answer_type => "is_awesome_valcrist73"; zci is_cached => 1; name "IsAwesome valcrist73"; -description "My first Goodie, it lets the world know that valcrist73 is specifically awesome"; +description "My first Goodie, it lets the english/spanish speaking world know that valcrist73 is specifically awesome"; primary_example_queries "duckduckhack valcrist73"; category "special"; topics "special_interest", "geek";