[Jifty-commit] r7495 - Template-Declare/trunk/lib/Template

Jifty commits jifty-commit at lists.jifty.org
Tue Sep 22 13:43:48 EDT 2009


Author: alexmv
Date: Tue Sep 22 13:43:45 2009
New Revision: 7495

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

Log:
Re-document and deprecate new_buffer_frame and end_buffer_frame

Modified: Template-Declare/trunk/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/trunk/lib/Template/Declare.pm	(original)
+++ Template-Declare/trunk/lib/Template/Declare.pm	Tue Sep 22 13:43:45 2009
@@ -391,7 +391,9 @@
 
   $td->new_buffer_frame();
 
-Creates a new buffer frame.
+Creates a new buffer frame, using L<String::BufferStack/push> with
+C<private>.  This use is deprecated in favor of dealing with
+L</buffer>.directly.
 
 =cut
 
@@ -403,8 +405,9 @@
 
   my $buf = $td->end_buffer_frame();
 
-Deletes and returns the buffer most recently added by a call to
-C<new_buffer_frame()>.
+Deletes and returns the topmost buffer, using
+L<String::BufferStack/pop>.  This use is deprecated in favor of
+dealing with L</buffer>.directly..
 
 =cut
 


More information about the Jifty-commit mailing list