Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / rt / lib / RT / SharedSettings.pm
index c2c9abe..9623645 100644 (file)
@@ -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
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
 
 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;