[Jifty-commit] r1363 -

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jun 25 22:10:32 EDT 2006


Author: jesse
Date: Sun Jun 25 22:10:31 2006
New Revision: 1363

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

Log:
 r35294 at truegrounds:  jesse | 2006-06-25 14:23:59 -0500
 * Switch to using CORE::caller, as Hook::LexWrap's overridden caller
   isn't useful


Modified: jifty/trunk/lib/Jifty/Object.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Object.pm	(original)
+++ jifty/trunk/lib/Jifty/Object.pm	Sun Jun 25 22:10:31 2006
@@ -76,7 +76,7 @@
             my ($package,   $filename, $line,       $subroutine, $hasargs,
                 $wantarray, $evaltext, $is_require, $hints,      $bitmask
                 )
-                = caller( $depth++ );
+                = CORE::caller( $depth++ );
             my $caller_self = $DB::args[0];
             next unless ( ref($caller_self) );    #skip class methods;
 	    next if $caller_self->isa('Jifty::Date'); 


More information about the Jifty-commit mailing list