X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FPlugin.pm;h=3a04203644a333c2c406f0ef96f70062712bec04;hb=2c09925cad2ade037e6ae953e4ed6fc056811f2f;hp=846b021a8331b90f1632d31fc87c7e824fc643ea;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/rt/lib/RT/Plugin.pm b/rt/lib/RT/Plugin.pm index 846b021a8..3a0420364 100644 --- a/rt/lib/RT/Plugin.pm +++ b/rt/lib/RT/Plugin.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -46,8 +46,8 @@ # # END BPS TAGGED BLOCK }}} -use warnings; use strict; +use warnings; package RT::Plugin; use File::ShareDir;