[Bps-public-commit] r18737 - in Carp-REPL: lib/Carp
sartak at bestpractical.com
sartak at bestpractical.com
Sat Mar 7 03:36:25 EST 2009
Author: sartak
Date: Sat Mar 7 03:36:24 2009
New Revision: 18737
Modified:
Carp-REPL/ (props changed)
Carp-REPL/Changes
Carp-REPL/lib/Carp/REPL.pm
Log:
r79845 at onn: sartak | 2009-02-09 17:21:48 -0500
Bump to 0.15; changes
Modified: Carp-REPL/Changes
==============================================================================
--- Carp-REPL/Changes (original)
+++ Carp-REPL/Changes Sat Mar 7 03:36:24 2009
@@ -1,5 +1,8 @@
Revision history for Carp-REPL
+0.14 Mon Feb 9 17:21:13 2009
+ Devel::REPL no longer depends on Lexical::Persistence, so we must
+
0.13 Tue Aug 12 06:50:18 2008
perl -MCarp::REPL=test t/foo.t give you a REPL on each failing test!
Fix longstanding "not nested deeply enough" bug
Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm (original)
+++ Carp-REPL/lib/Carp/REPL.pm Sat Mar 7 03:36:24 2009
@@ -2,7 +2,7 @@
use strict;
use warnings;
use 5.6.0;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
use base 'Exporter';
our @EXPORT_OK = 'repl';
More information about the Bps-public-commit
mailing list