From 88efb109e58d9c47b73b59a64cf8fe1b469d1bc5 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 23 Mar 2012 09:03:43 +1300 Subject: [PATCH] Bug 6679 : Fixing perlcritic violation Signed-off-by: Paul Poulain --- Koha/Template/Plugin/KohaDates.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Koha/Template/Plugin/KohaDates.pm b/Koha/Template/Plugin/KohaDates.pm index 749f6e24f8..6a4a8824f1 100644 --- a/Koha/Template/Plugin/KohaDates.pm +++ b/Koha/Template/Plugin/KohaDates.pm @@ -19,6 +19,8 @@ package Koha::Template::Plugin::KohaDates; use Template::Plugin::Filter; use base qw( Template::Plugin::Filter ); +use warnings; +use strict; use C4::Dates; -- 2.39.2