[Rt-commit] r7074 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Mon Feb 26 09:43:04 EST 2007
Author: ruz
Date: Mon Feb 26 09:43:04 2007
New Revision: 7074
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Condition/Generic.pm
Log:
r4606 at cubic-pc (orig r7047): ruz | 2007-02-22 18:07:08 +0300
* use warnings
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Condition/Generic.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Condition/Generic.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Condition/Generic.pm Mon Feb 26 09:43:04 2007
@@ -81,6 +81,8 @@
package RT::Condition::Generic;
use strict;
+use warnings;
+
use base qw/RT::Base/;
# {{{ sub new
More information about the Rt-commit
mailing list