@@ -, +, @@ --- Koha/Template/Plugin/KohaDates.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/Koha/Template/Plugin/KohaDates.pm +++ a/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; --