[Bps-public-commit] r14893 - in Carp-REPL: lib/Carp
sartak at bestpractical.com
sartak at bestpractical.com
Thu Aug 7 00:50:45 EDT 2008
Author: sartak
Date: Thu Aug 7 00:50:43 2008
New Revision: 14893
Modified:
Carp-REPL/ (props changed)
Carp-REPL/lib/Carp/REPL.pm
Log:
r68933 at onn: sartak | 2008-08-07 00:50:33 -0400
Still need to give a stacktrace when the REPL boots up
Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Carp/REPL.pm Thu Aug 7 00:50:43 2008
@@ -50,6 +50,8 @@
$repl->load_plugin('Carp::REPL');
+ warn $repl->stacktrace;
+
$runner->run;
}
More information about the Bps-public-commit
mailing list