bump version, add timestamp to changelog for next release v1.003018
Karen Etheridge [Sun, 19 May 2013 16:01:50 +0000 (09:01 -0700)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index ca06abe..385ba75 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Devel-REPL
 
+1.003018 - 2013-05-19
   - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet)
 
 1.003017 - 2013-04-03
index f970581..99e703a 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.003017';
+our $VERSION = '1.003018';
 
 with 'MooseX::Object::Pluggable';