[Bps-public-commit] r9003 - in Carp-REPL: . lib/Carp

sartak at bestpractical.com sartak at bestpractical.com
Tue Sep 11 20:12:45 EDT 2007


Author: sartak
Date: Tue Sep 11 20:12:42 2007
New Revision: 9003

Modified:
   Carp-REPL/   (props changed)
   Carp-REPL/Changes
   Carp-REPL/README
   Carp-REPL/lib/Carp/REPL.pm
   Carp-REPL/lib/Devel/REPL/Plugin/LexEnvCarp.pm

Log:
 r42558 at onn:  sartak | 2007-09-11 20:09:45 -0400
 Doc for 0.10 release


Modified: Carp-REPL/Changes
==============================================================================
--- Carp-REPL/Changes	(original)
+++ Carp-REPL/Changes	Tue Sep 11 20:12:42 2007
@@ -1,6 +1,7 @@
 Revision history for Carp-REPL
 
-0.10
+0.10    Tue Sep 11 20:07:10 2007
+        :e command to display the current environment
 
 0.09    Thu Jul 12 12:32:12 2007
         Move to Module::Install

Modified: Carp-REPL/README
==============================================================================
--- Carp-REPL/README	(original)
+++ Carp-REPL/README	Tue Sep 11 20:12:42 2007
@@ -4,9 +4,11 @@
 which helps you in examining the state of the world when things blew up.
 Essentially, you just add -MCarp::REPL to your script's invocation. One
 advantage of using Carp::REPL over Devel::REPL is the lexical variables are
-made available, as well as stack manipulation commands.
+made available, as well as stack manipulation commands and auto-installation
+of the die handler.
 
 MAJOR CHANGES
+    0.10: :e to display current environment
     0.08: 'nodie' and 'warn'
     0.07: sub arguments stuffed into $_a
     0.06: proper aliases so you can influence the environment

Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm	(original)
+++ Carp-REPL/lib/Carp/REPL.pm	Tue Sep 11 20:12:42 2007
@@ -17,7 +17,7 @@
 
 =head1 VERSION
 
-Version 0.10 released ???
+Version 0.10 released 11 Sep 07
 
 =cut
 
@@ -92,7 +92,7 @@
 
 Unfortunately if you instead go with the usual C<-MCarp::REPL>, then
 C<$SIG{__DIE__}> will be invoked and there's no general way to recover. But you
-can still change variables and poke at things.
+can still change variables to poke at things.
 
 =cut
 
@@ -169,6 +169,10 @@
 
 Redisplay the stack trace.
 
+=item * :e
+
+Display the current lexical environment.
+
 =item * :q
 
 Close the REPL. (C<^D> also works)

Modified: Carp-REPL/lib/Devel/REPL/Plugin/LexEnvCarp.pm
==============================================================================
--- Carp-REPL/lib/Devel/REPL/Plugin/LexEnvCarp.pm	(original)
+++ Carp-REPL/lib/Devel/REPL/Plugin/LexEnvCarp.pm	Tue Sep 11 20:12:42 2007
@@ -137,7 +137,7 @@
 
 =head1 VERSION
 
-Version 0.10 released ???
+Version 0.10 released 11 Sep 07
 
 =cut
 



More information about the Bps-public-commit mailing list