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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Dec 20 02:54:02 EST 2006


Author: jesse
Date: Wed Dec 20 02:54:02 2006
New Revision: 2410

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

Log:
 r46333 at dhcp64-134-35-102:  jesse | 2006-12-19 20:25:21 -0800
  stray warning


Modified: Template-Declare/lib/Template/Declare/Tags.pm
==============================================================================
--- Template-Declare/lib/Template/Declare/Tags.pm	(original)
+++ Template-Declare/lib/Template/Declare/Tags.pm	Wed Dec 20 02:54:02 2006
@@ -61,7 +61,6 @@
     my $class = shift;
     my $subname = shift;
     my $code = shift;
-    warn "$class ; $subname";
     {
         no strict 'refs'; 
         *{ $class .'::' .  Template::Declare::_template_name_to_private_sub($subname); } = $code;


More information about the Jifty-commit mailing list