und die restlichen .pm Module.
[kivitendo-erp.git] / SL / Template / Plugin / JavaScript.pm
index 467c591..01e5104 100644 (file)
@@ -3,6 +3,8 @@ package SL::Template::Plugin::JavaScript;
 use base qw( Template::Plugin );
 use Template::Plugin;
 
+use strict;
+
 sub new {
   my $class   = shift;
   my $context = shift;