[Bps-public-commit] r16438 - in Prophet/branches/dispatcher: lib/Prophet/CLI

sartak at bestpractical.com sartak at bestpractical.com
Tue Oct 21 13:49:30 EDT 2008


Author: sartak
Date: Tue Oct 21 13:49:30 2008
New Revision: 16438

Modified:
   Prophet/branches/dispatcher/   (props changed)
   Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm

Log:
 r74295 at onn:  sartak | 2008-10-21 13:49:23 -0400
 We don't use Carp here, so we don't need to bump CarpLevel


Modified: Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm
==============================================================================
--- Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm	(original)
+++ Prophet/branches/dispatcher/lib/Prophet/CLI/Dispatcher.pm	Tue Oct 21 13:49:30 2008
@@ -263,9 +263,6 @@
     my $self   = shift;
     my $reason = shift;
 
-    # always skip this fatal_error function when generating a stack trace
-    local $Carp::CarpLevel = $Carp::CarpLevel + 1;
-
     die $reason . "\n";
 }
 



More information about the Bps-public-commit mailing list