[Jifty-commit] r3125 - in Template-Declare: lib/Template

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Apr 15 11:05:12 EDT 2007


Author: jesse
Date: Sun Apr 15 11:05:11 2007
New Revision: 3125

Modified:
   Template-Declare/   (props changed)
   Template-Declare/lib/Template/Declare.pm

Log:
 r55433 at pinglin:  jesse | 2007-04-15 10:59:06 -0400
 * shut up a warning


Modified: Template-Declare/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/lib/Template/Declare.pm	(original)
+++ Template-Declare/lib/Template/Declare.pm	Sun Apr 15 11:05:11 2007
@@ -429,6 +429,7 @@
     my $subname = shift;
     my $coderef = shift;
     no strict 'refs';
+    no warnings 'redefine';
     *{ $class . '::' . $subname } = $coderef;
 }
 


More information about the Jifty-commit mailing list