[Jifty-commit] r2789 - jifty/branches/template-declare/lib/Jifty/View/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Feb 13 13:38:17 EST 2007


Author: clkao
Date: Tue Feb 13 13:38:15 2007
New Revision: 2789

Modified:
   jifty/branches/template-declare/lib/Jifty/View/Declare/Yullio.pm

Log:
work around t::d attribute propagation problems.

Modified: jifty/branches/template-declare/lib/Jifty/View/Declare/Yullio.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/View/Declare/Yullio.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/View/Declare/Yullio.pm	Tue Feb 13 13:38:15 2007
@@ -35,6 +35,11 @@
     my ($width, $column_template) = map {get_current_attr($_)}
 	qw(width column_template);
     sub {
+	# XXX: T::D is propagating our with to deeper callstacks as we
+	# are not calling from "_tag"
+	with (),
+
+
 	div {
 	    { id is $width, class is $column_template }
 


More information about the Jifty-commit mailing list