bump version for release
Karen Etheridge [Thu, 27 Jun 2013 22:38:27 +0000 (15:38 -0700)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index 07b11d8..9568f7e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Devel-REPL
 
+1.003019 - 2013-06-27
   - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205,
     Ash Berlin)
   - fix failing test when Lexical::Persistence is not installed
index 99e703a..2dc6035 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use namespace::autoclean;
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003018';
+our $VERSION = '1.003019';
 
 with 'MooseX::Object::Pluggable';