From da52483204153b0031fdeb560b5c74a38116feb8 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 --- Koha/Template/Plugin/KohaDates.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Koha/Template/Plugin/KohaDates.pm b/Koha/Template/Plugin/KohaDates.pm index 749f6e2..6a4a882 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; -- 1.7.5.4