[Jifty-commit] r7586 - jifty/trunk/lib/Jifty/Web

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 4 00:41:03 EST 2009


Author: sartak
Date: Wed Nov  4 00:41:01 2009
New Revision: 7586

Modified:
   jifty/trunk/lib/Jifty/Web/Menu.pm

Log:
Move =cut so the parent method is code not doc

Modified: jifty/trunk/lib/Jifty/Web/Menu.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Menu.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Menu.pm	Wed Nov  4 00:41:01 2009
@@ -56,14 +56,14 @@
 Gets or sets the parent L<Jifty::Web::Menu> of this item; this defaults
 to null. This ensures that the reference is weakened.
 
-=cut
-
 =head2 raw_html [STRING]
 
 Sets the content of this menu item to a raw blob of HTML. When 
 asked or output, rather than constructing a link, Jifty will return 
 this raw content. No escaping is done.
 
+=cut
+
 sub parent {
     my $self = shift;
     if (@_) {


More information about the Jifty-commit mailing list