[Rt-commit] r8904 - rtfm/branches/2.1-TESTING/lib/RT/FM
ruz at bestpractical.com
ruz at bestpractical.com
Tue Sep 4 12:34:00 EDT 2007
Author: ruz
Date: Tue Sep 4 12:34:00 2007
New Revision: 8904
Modified:
rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm
Log:
* minor
Modified: rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm
==============================================================================
--- rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm (original)
+++ rtfm/branches/2.1-TESTING/lib/RT/FM/Class_Overlay.pm Tue Sep 4 12:34:00 2007
@@ -18,8 +18,9 @@
package RT::FM::Class;
-no warnings qw/redefine/;
use strict;
+use warnings;
+no warnings qw/redefine/;
use RT::FM::System;
use RT::CustomFields;
More information about the Rt-commit
mailing list