From c5be281fe040a692f8da121471d2e428eade3e48 Mon Sep 17 00:00:00 2001 From: Thomas Denizou Date: Fri, 15 May 2015 18:36:25 -0400 Subject: [PATCH] "Use strict" on remaining goodies --- template/lib/DDG/Goodie/Example.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/template/lib/DDG/Goodie/Example.pm b/template/lib/DDG/Goodie/Example.pm index 570a30fd6..f6b6ab786 100644 --- a/template/lib/DDG/Goodie/Example.pm +++ b/template/lib/DDG/Goodie/Example.pm @@ -4,6 +4,7 @@ package DDG::Goodie::<: $ia_package_name :>; # to instant answer development use DDG::Goodie; +use strict; zci answer_type => "<: $lia_name :>"; zci is_cached => 1;