Update version for 1.003013 release
Chris Marshall [Sat, 19 May 2012 18:50:54 +0000 (14:50 -0400)]
Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index 0fc058b..0c8984d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+1.003013
+  - Make Sys::SigAction optional dependency for Win32 systems
+  - Apply some plugin related patchs from Caleb Cushing
 1.003012
   - Remove some old code to avoid a future Moose warning
 1.003011
index d161b52..2e69891 100644 (file)
@@ -5,7 +5,7 @@ use Moose;
 use namespace::clean -except => [ 'meta' ];
 use 5.008001; # backwards compat, doesn't warn like 5.8.1
 
-our $VERSION = '1.003012';
+our $VERSION = '1.003013';
 
 with 'MooseX::Object::Pluggable';