X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FSavedSearches.pm;fp=rt%2Flib%2FRT%2FSavedSearches.pm;h=0848fc882c10aa916c75a212967ed35d201cf2a1;hb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;hp=a981904bc3bc1fd278290bcb99967563f577fd1d;hpb=2dfda73eeb3eae2d4f894099754794ef07d060dd;p=freeside.git diff --git a/rt/lib/RT/SavedSearches.pm b/rt/lib/RT/SavedSearches.pm index a981904bc..0848fc882 100644 --- a/rt/lib/RT/SavedSearches.pm +++ b/rt/lib/RT/SavedSearches.pm @@ -1,8 +1,8 @@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: -# -# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -45,6 +45,7 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} + =head1 NAME RT::SavedSearches - a pseudo-collection for SavedSearch objects. @@ -61,24 +62,15 @@ =head1 METHODS -=begin testing - -use_ok(RT::SavedSearches); - -# The real tests are in lib/t/20savedsearch.t - -=end testing =cut package RT::SavedSearches; -use RT::Base; use RT::SavedSearch; use strict; -use vars qw/@ISA/; -@ISA = qw/RT::Base/; +use base 'RT::Base'; sub new { my $proto = shift;