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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jan 26 07:00:17 EST 2007


Author: jesse
Date: Fri Jan 26 07:00:12 2007
New Revision: 2584

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

Log:
 r21351 at hualien:  jesse | 2007-01-26 19:46:44 +0800
  * deprecated too soon


Modified: Template-Declare/lib/Template/Declare/Tags.pm
==============================================================================
--- Template-Declare/lib/Template/Declare/Tags.pm	(original)
+++ Template-Declare/lib/Template/Declare/Tags.pm	Fri Jan 26 07:00:12 2007
@@ -8,7 +8,7 @@
 use base 'Exporter';
 use Carp;
 
- at EXPORT = qw( with template private show attr outs outs_raw in_isolation $self under);
+ at EXPORT = qw( with template private show attr outs outs_raw in_isolation $self under get_current_attr );
 push @EXPORT, qw(Tr td );    # these two warns the user to use row/cell instead
 
 our %ATTRIBUTES = ();
@@ -131,7 +131,6 @@
 =cut 
 
 sub get_current_attr ($) {
-    Carp::cluck("Deprecated!");
     $ATTRIBUTES{ $_[0] };
 }
 


More information about the Jifty-commit mailing list