[Jifty-commit] r6752 - jifty/trunk/lib/Jifty/Plugin

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 9 18:38:47 EDT 2009


Author: alexmv
Date: Thu Apr  9 18:38:46 2009
New Revision: 6752

Modified:
   jifty/trunk/lib/Jifty/Plugin/Halo.pm

Log:
Document is_proscribed in Jifty::Plugin::Halo

Modified: jifty/trunk/lib/Jifty/Plugin/Halo.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Halo.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Halo.pm	Thu Apr  9 18:38:46 2009
@@ -287,6 +287,12 @@
     return $frame;
 }
 
+=head2 is_proscribed FRAME
+
+Returns true if the given C<FRAME> should not have a halo around it.
+
+=cut
+
 sub is_proscribed {
     my ($self, $frame) = @_;
     return 1 if $frame->{'proscribed'};


More information about the Jifty-commit mailing list