[Jifty-commit] r632 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Feb 26 18:39:13 EST 2006


Author: jesse
Date: Sun Feb 26 18:39:13 2006
New Revision: 632

Modified:
   /   (props changed)
   jifty/trunk/lib/Jifty/RightsFrom.pm

Log:
 r24740 at truegrounds:  jesse | 2006-02-26 18:04:34 -0500
 * Remove a comment that turned out to be a lie, after some profiling


Modified: jifty/trunk/lib/Jifty/RightsFrom.pm
==============================================================================
--- jifty/trunk/lib/Jifty/RightsFrom.pm	(original)
+++ jifty/trunk/lib/Jifty/RightsFrom.pm	Sun Feb 26 18:39:13 2006
@@ -81,7 +81,6 @@
     );
     no strict 'refs';
     no warnings 'redefine';
-    # XXX TODO clkao points out that this call should use Hook::LexWrap
     local *{ $args{'as'} } = sub { \&{  $args{'sub_name'} }(shift @_, @{ $args{'args'} }, @_ ) };
 
     local @{Jifty::RightsFrom::EXPORT_OK} = ($args{as});


More information about the Jifty-commit mailing list