[Rt-commit] r6855 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.2: lib/RT

ruz at bestpractical.com ruz at bestpractical.com
Fri Jan 26 14:05:22 EST 2007


Author: ruz
Date: Fri Jan 26 14:05:22 2007
New Revision: 6855

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/SavedSearch.pm

Log:
 r4424 at cubic-pc (orig r6788):  ruz | 2007-01-21 06:11:00 +0300
 * add warnings


Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/SavedSearch.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/SavedSearch.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/lib/RT/SavedSearch.pm	Fri Jan 26 14:05:22 2007
@@ -76,8 +76,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