[Rt-commit] r6788 - rt/branches/3.6-RELEASE/lib/RT
ruz at bestpractical.com
ruz at bestpractical.com
Sat Jan 20 22:11:01 EST 2007
Author: ruz
Date: Sat Jan 20 22:11:00 2007
New Revision: 6788
Modified:
rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
Log:
* add warnings
Modified: rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm (original)
+++ rt/branches/3.6-RELEASE/lib/RT/SavedSearch.pm Sat Jan 20 22:11:00 2007
@@ -75,8 +75,8 @@
use RT::Attribute;
use strict;
-use vars qw/@ISA/;
- at ISA = qw/RT::Base/;
+use warnings;
+use base qw/RT::Base/;
sub new {
my $proto = shift;
More information about the Rt-commit
mailing list