[Jifty-commit] r7525 - Template-Declare/branches/mixmaster/lib/Template

Jifty commits jifty-commit at lists.jifty.org
Wed Oct 7 17:17:32 EDT 2009


Author: theory
Date: Wed Oct  7 17:17:32 2009
New Revision: 7525

Modified:
   Template-Declare/branches/mixmaster/lib/Template/Declare.pm

Log:
Make code indentation consistent.


Modified: Template-Declare/branches/mixmaster/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/branches/mixmaster/lib/Template/Declare.pm	(original)
+++ Template-Declare/branches/mixmaster/lib/Template/Declare.pm	Wed Oct  7 17:17:32 2009
@@ -638,9 +638,9 @@
 method on the class to be mixed in. To replicate the above three exmaples
 without the use of the sugar:
 
-  Some::Clver::Mixin->mix( '/mixin' );
-  Some::Other::Mixin->mix( '/otmix', { name => 'Larry' } );
-  My::Mixin->mix('My::View', '/mymix');
+    Some::Clver::Mixin->mix( '/mixin' );
+    Some::Other::Mixin->mix( '/otmix', { name => 'Larry' } );
+    My::Mixin->mix('My::View', '/mymix');
 
 =cut
 


More information about the Jifty-commit mailing list