From 2587115062843bcc3c7561d6ad380e1360ca7f24 Mon Sep 17 00:00:00 2001 From: Donovan Jones Date: Fri, 16 Apr 2010 15:13:29 +1200 Subject: [PATCH] Bug 2505 - Add commented use warnings where missing in the suggestion/ directory --- suggestion/suggestion.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/suggestion/suggestion.pl b/suggestion/suggestion.pl index 9811cc8604..ce79197098 100755 --- a/suggestion/suggestion.pl +++ b/suggestion/suggestion.pl @@ -16,6 +16,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; +#use warnings; FIXME - Bug 2505 require Exporter; use CGI; use C4::Auth; # get_template_and_user -- 2.39.5