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