1Revision history for Carp-REPL
2
30.18    Fri  5 Jun 2015 19:57:52 PDT
4        * Fix tests that started failing since Test::Expect 0.32 (Gianni
5          Ceccarelli, RT#103414)
6
70.17    Fri Nov 21 10:18:19 PST 2014
8        * Fix compatibility with Devel::StackTrace 2.00, thanks to DAKKAR.
9          The incompat manifested as lots of test failures about refs.  Fixes
10          [rt.cpan.org #100314].
11
120.16    Tue May 28 15:10:26 PDT 2013
13        * Fix hash ordering dependence in test (ilmari)
14        * don't return stack frames inside Carp (DOY)
15
160.15    Mon Apr 5 15:24:24 2010
17        Fix tests to use the right Perl (jjore)
18        Shebang for Makefile.PL (jjore)
19        fix the 'repl' can't be exported bug (sunnavy)
20        Use Sub::Exporter since it's irrevocably in our dep tree
21            anyway (sunnavy)
22        Silence warning about v-string (doy)
23        Documentation fixes (Sartak)
24        Passing in an explicit undef to repl will silence the
25            stacktrace (Sartak)
26
270.14    Mon Feb 9 17:21:13 2009
28        Devel::REPL no longer depends on Lexical::Persistence, so we must
29
300.13    Tue Aug 12 06:50:18 2008
31        perl -MCarp::REPL=test t/foo.t give you a REPL on each failing test!
32        Fix longstanding "not nested deeply enough" bug
33            Caused by not skipping over "eval" frames, which PadWalker does
34        Move a lot of code into a new dist, Devel::StackTrace::WithLexicals
35        Remove excess newlines in :l code listings
36        :top and :bottom stack traversal commands
37
380.12    Fri May 16 11:17:55 2008
39        :l(ist) command for printing source code
40        Rename Devel::REPL::Plugin::LexEnvCarp to
41            Devel::REPL::Plugin::Carp::REPL
42        Allow importing of the 'repl' procedure
43        Internal cleanup
44
450.11    Thu Sep 20 21:43:56 2007
46        Devel::REPL configuration is now applied
47
480.10    Tue Sep 11 20:07:10 2007
49        :e command to display the current environment
50
510.09    Thu Jul 12 12:32:12 2007
52        Move to Module::Install
53
540.08    Wed Jul 11 16:56:08 2007
55        Add 'nodie' and 'warn' arguments
56
570.07    Tue Jul 10 22:34:55 2007
58        Made sub arguments available in $_a
59
600.06    Sat Jul  7 13:43:14 EDT 2007
61        Proper aliasing support
62        Cleaned up the internals
63
640.05    Fri Jul  6 18:47:33 EDT 2007
65        :bt command to redisplay the backtrace
66        REPL now has History plugin loaded
67        Various bug fixes
68        :q command
69
700.04    Fri Jul  6 14:57:33 EDT 2007
71        Fix annoying global variable issue.
72        But now REPL doesn't have use strict 'vars'.
73        Will be fixed as soon as my Devel::EvalContext patch is applied.
74
750.03    Fri Jul  6 14:17:46 EDT 2007
76        Add ability to move up and down the stack (:u and :d).
77        Moose startup penalty now only paid if you get a REPL.
78
790.02    Fri Jul  6 01:04:33 EDT 2007
80        Add the somewhat bloaty dependencies to Makefile.PL.
81
820.01    Fri Jul  6 00:35:37 EDT 2007
83        First version, released on an unsuspecting world.
84
85