[Bps-public-commit] r15036 - in Carp-REPL: lib/Carp
sartak at bestpractical.com
sartak at bestpractical.com
Tue Aug 12 06:49:55 EDT 2008
Author: sartak
Date: Tue Aug 12 06:49:39 2008
New Revision: 15036
Modified:
Carp-REPL/ (props changed)
Carp-REPL/Changes
Carp-REPL/lib/Carp/REPL.pm
Log:
r69330 at onn: sartak | 2008-08-12 06:48:09 -0400
More doc fixes
Modified: Carp-REPL/Changes
==============================================================================
--- Carp-REPL/Changes (original)
+++ Carp-REPL/Changes Tue Aug 12 06:49:39 2008
@@ -3,9 +3,10 @@
0.13
perl -MCarp::REPL=test t/foo.t give you a REPL on each failing test!
Fix longstanding "not nested deeply enough" bug
- Caused by not skipping over "eval" frames
+ Caused by not skipping over "eval" frames, which PadWalker does
Move a lot of code into a new dist, Devel::StackTrace::WithLexicals
Remove excess newlines in :l code listings
+ :top and :bottom stack traversal commands
0.12 Fri May 16 11:17:55 2008
:l(ist) command for printing source code
Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Carp/REPL.pm Tue Aug 12 06:49:39 2008
@@ -63,10 +63,6 @@
Carp::REPL - read-eval-print-loop on die and/or warn
-=head1 VERSION
-
-Version 0.13 released ???
-
=head1 SYNOPSIS
The intended way to use this module is through the command line.
More information about the Bps-public-commit
mailing list