Bug 7562 Add strict & warnings to KohaDates Plugin
[koha_gimpoz] / Koha / Template / Plugin / KohaDates.pm
index 6a4a882..a1bb40a 100644 (file)
@@ -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 );
 use warnings;
@@ -30,4 +33,4 @@ sub filter {
     return $date->output("syspref");
 }
 
-1;
\ No newline at end of file
+1;