---
 Koha/Template/Plugin/KohaDates.pm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Koha/Template/Plugin/KohaDates.pm 
b/Koha/Template/Plugin/KohaDates.pm
index 749f6e2..badfb4f 100644
--- a/Koha/Template/Plugin/KohaDates.pm
+++ b/Koha/Template/Plugin/KohaDates.pm
@@ -17,6 +17,9 @@ package Koha::Template::Plugin::KohaDates;
 # with Koha; if not, write to the Free Software Foundation, Inc.,
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
+use strict;
+use warnings;
+
 use Template::Plugin::Filter;
 use base qw( Template::Plugin::Filter );
 
@@ -28,4 +31,4 @@ sub filter {
     return $date->output("syspref");
 }
 
-1;
\ No newline at end of file
+1;
-- 
1.7.7.6

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to