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