X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/b27c05d659c377d0911e6b1bde6d4d92d6cc19e2..420cc628dce84d55be98be5f9987b13879c2010e:/SL/Template/Plugin/JSON.pm?ds=sidebyside diff --git a/SL/Template/Plugin/JSON.pm b/SL/Template/Plugin/JSON.pm index 3709d8f0a..1fe8f19d4 100644 --- a/SL/Template/Plugin/JSON.pm +++ b/SL/Template/Plugin/JSON.pm @@ -1,5 +1,6 @@ package SL::Template::Plugin::JSON; +use strict; use JSON (); use Carp qw(croak); use base qw(Template::Plugin);