[Rt-commit] r13741 - in rt/branches/3.999-DANGEROUS: lib/RT

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jul 2 21:17:38 EDT 2008


Author: sunnavy
Date: Wed Jul  2 21:17:38 2008
New Revision: 13741

Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/URI.pm

Log:
 r13993 at sunnavys-mb:  sunnavy | 2008-07-02 00:31:31 +0800
 tiny change


Modified: rt/branches/3.999-DANGEROUS/lib/RT/URI.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/URI.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/URI.pm	Wed Jul  2 21:17:38 2008
@@ -49,7 +49,7 @@
 use strict;
 
 package RT::URI;
-use base qw(RT::Base);
+use base 'RT::Base';
 
 use RT::URI::base;
 use Carp;


More information about the Rt-commit mailing list