bump version for release
Karen Etheridge [Wed, 31 Oct 2012 20:38:58 +0000 (13:38 -0700)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index 7fcf1a2..06face7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
+1.003014 - 2012-10-31
   - now using native Moose attribute traits, instead of the deprecated
     MooseX::AttributeHelper (thanks, Justin Hunter!)
   - now using namespace::autoclean rather than namespace::clean (thanks, Karen
     Etheridge!)
+
 1.003013
   - Make Sys::SigAction optional dependency for Win32 systems
   - Apply some plugin related patchs from Caleb Cushing
index 6b46534..73a0feb 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.003013';
+our $VERSION = '1.003014';
 
 with 'MooseX::Object::Pluggable';