From: Chris Marshall Date: Sat, 19 May 2012 18:50:54 +0000 (-0400) Subject: Update version for 1.003013 release X-Git-Tag: v1.003015~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=f47911153306db973583f228e32de560907c943b Update version for 1.003013 release --- diff --git a/Changes b/Changes index 0fc058b..0c8984d 100644 --- 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 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index d161b52..2e69891 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -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';