X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FSharedSettings.pm;h=915177d1cdeaccf6bbe86d1d8e9ae34ce297bc74;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=c2c9abeb84df1971e8c55b3c8258ea3bad8a9480;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/lib/RT/SharedSettings.pm b/rt/lib/RT/SharedSettings.pm index c2c9abeb8..915177d1c 100644 --- a/rt/lib/RT/SharedSettings.pm +++ b/rt/lib/RT/SharedSettings.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -67,11 +67,12 @@ package RT::SharedSettings; -use RT::SharedSetting; - use strict; +use warnings; use base 'RT::Base'; +use RT::SharedSetting; + sub new { my $proto = shift; my $class = ref($proto) || $proto;