[Rt-commit] r6223 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 18 20:52:28 EDT 2006
Author: ruz
Date: Wed Oct 18 20:52:27 2006
New Revision: 6223
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
Log:
r3962 at cubic-pc: cubic | 2006-10-18 20:49:57 +0400
* add use warnings
Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm Wed Oct 18 20:52:27 2006
@@ -63,7 +63,9 @@
package RT::Interface::Web;
+
use strict;
+use warnings;
@@ -159,7 +161,10 @@
package HTML::Mason::Commands;
+
use strict;
+use warnings;
+
use vars qw/$r $m %session/;
More information about the Rt-commit
mailing list