X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FSharedSettings.pm;h=962364542727a68e188c0a3eabe74ac70ac51ae3;hp=c2c9abeb84df1971e8c55b3c8258ea3bad8a9480;hb=f2731f7f3883905cd17633f486d2aeb9593173da;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4 diff --git a/rt/lib/RT/SharedSettings.pm b/rt/lib/RT/SharedSettings.pm index c2c9abeb8..962364542 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-2015 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;