X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FRuleset.pm;h=a84ba088b124b3709fa3c4e1ed77d572d13848f1;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hp=e6267da067f5b1b80c0236e2767d37ccbbe68f2c;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/lib/RT/Ruleset.pm b/rt/lib/RT/Ruleset.pm index e6267da06..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-2014 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));