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

sartak at bestpractical.com sartak at bestpractical.com
Fri May 16 11:27:55 EDT 2008


Author: sartak
Date: Fri May 16 11:27:39 2008
New Revision: 12411

Modified:
   Carp-REPL/   (props changed)
   Carp-REPL/Changes
   Carp-REPL/lib/Carp/REPL.pm

Log:
 r56038 at onn:  sartak | 2008-05-16 11:27:26 -0400
 Bump to 0.13


Modified: Carp-REPL/Changes
==============================================================================
--- Carp-REPL/Changes	(original)
+++ Carp-REPL/Changes	Fri May 16 11:27:39 2008
@@ -1,5 +1,7 @@
 Revision history for Carp-REPL
 
+0.13
+
 0.12    Fri May 16 11:17:55 2008
         :l(ist) command for printing source code
         Rename Devel::REPL::Plugin::LexEnvCarp to

Modified: Carp-REPL/lib/Carp/REPL.pm
==============================================================================
--- Carp-REPL/lib/Carp/REPL.pm	(original)
+++ Carp-REPL/lib/Carp/REPL.pm	Fri May 16 11:27:39 2008
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use 5.6.0;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 use base 'Exporter';
 our @EXPORT_OK = 'repl';
@@ -86,7 +86,7 @@
 
 =head1 VERSION
 
-Version 0.12 released 16 May 08
+Version 0.13 released ???
 
 =head1 SYNOPSIS
 



More information about the Bps-public-commit mailing list