[Bps-public-commit] Carp-REPL branch, master, updated. c9aadc76d231ec3fb9d80168e062cb9b527f5839

Thomas Sibley trs at bestpractical.com
Tue May 28 18:12:58 EDT 2013


The branch, master has been updated
       via  c9aadc76d231ec3fb9d80168e062cb9b527f5839 (commit)
      from  98ae56e26bd8b9c6deb0bb44d78f11471a53f582 (commit)

Summary of changes:
 Changes          | 4 ++++
 lib/Carp/REPL.pm | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit c9aadc76d231ec3fb9d80168e062cb9b527f5839
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue May 28 15:12:05 2013 -0700

    Bump version to 0.16

diff --git a/Changes b/Changes
index f207cc4..f639b40 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Carp-REPL
 
+0.16    Tue May 28 15:10:26 PDT 2013
+        * Fix hash ordering dependence in test (ilmari)
+        * don't return stack frames inside Carp (DOY)
+
 0.15    Mon Apr 5 15:24:24 2010
         Fix tests to use the right Perl (jjore)
         Shebang for Makefile.PL (jjore)
diff --git a/lib/Carp/REPL.pm b/lib/Carp/REPL.pm
index 254e2c3..9d963f4 100644
--- a/lib/Carp/REPL.pm
+++ b/lib/Carp/REPL.pm
@@ -2,7 +2,7 @@ package Carp::REPL;
 use strict;
 use warnings;
 use 5.006000;
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 our $noprofile = 0;
 our $bottom_frame = 0;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list