[Jifty-commit] r2177 - Template-Declare/lib/Template/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Nov 18 19:15:24 EST 2006


Author: clkao
Date: Sat Nov 18 19:15:24 2006
New Revision: 2177

Modified:
   Template-Declare/lib/Template/Declare/Tags.pm

Log:
Export $self.

Modified: Template-Declare/lib/Template/Declare/Tags.pm
==============================================================================
--- Template-Declare/lib/Template/Declare/Tags.pm	(original)
+++ Template-Declare/lib/Template/Declare/Tags.pm	Sat Nov 18 19:15:24 2006
@@ -5,7 +5,7 @@
 use vars qw/@EXPORT @EXPORT_OK $self/;
 use base 'Exporter';
 @EXPORT_OK = (qw(with));
- at EXPORT = (qw(with template private show outs  outs in_isolation));
+ at EXPORT = (qw(with template private show outs  outs in_isolation $self));
 
 our $DEPTH = 0;
 our %ATTRIBUTES = ();


More information about the Jifty-commit mailing list