X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FRuleset.pm;h=a84ba088b124b3709fa3c4e1ed77d572d13848f1;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=26227b759ffd762ad07832bee6d605f970bcfb6d;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/lib/RT/Ruleset.pm b/rt/lib/RT/Ruleset.pm index 26227b759..a84ba088b 100644 --- a/rt/lib/RT/Ruleset.pm +++ b/rt/lib/RT/Ruleset.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -52,7 +52,6 @@ use warnings; use base 'Class::Accessor::Fast'; -use UNIVERSAL::require; __PACKAGE__->mk_accessors(qw(Name Rules));