[Jifty-commit] r3957 - Template-Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 24 01:24:38 EDT 2007


Author: agentz
Date: Fri Aug 24 01:24:33 2007
New Revision: 3957

Modified:
   Template-Declare/Changes
   Template-Declare/README

Log:
TD - updates Changes to reflect recent changes.

Modified: Template-Declare/Changes
==============================================================================
--- Template-Declare/Changes	(original)
+++ Template-Declare/Changes	Fri Aug 24 01:24:33 2007
@@ -9,7 +9,7 @@
   and
   ... 'HTML' => { namespace => 'html', package => 'MyHtml' };
 * And we can now say 'use Template::Declare::Tags qw/ HTML XUL /;
-* Added @Template::Declare::Tags::TagSubs which records all the tag subroutines
+* Added @Template::Declare::Tags::TAG_SUB_LIST which records all the tag subroutines
   generated on-the-fly, which is necessary for secondary symbol exporting
   in Jifty::View::Declare::Helpers.
 * Implemented C< use Template::Declare::Tags HTML => { from => 'My::HTML::TagSet' } >.

Modified: Template-Declare/README
==============================================================================
--- Template-Declare/README	(original)
+++ Template-Declare/README	Fri Aug 24 01:24:33 2007
@@ -242,7 +242,8 @@
         semicolon after "xml_decl { ... }", or you'll mess up the outputs.
 
     *   Another place that requires trailing semicolon is the statements
-        before a Perl looping or branching statement, for example:
+        before a Perl looping statement, an if statement, or a "show" call.
+        For example:
 
             p { "My links:" };
             for (@links) {


More information about the Jifty-commit mailing list