From: Karen Etheridge Date: Wed, 31 Oct 2012 20:38:58 +0000 (-0700) Subject: bump version for release X-Git-Tag: v1.003015~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=bb1f569cd39555ab5622f86e3f5844e12520774d bump version for release --- diff --git a/Changes b/Changes index 7fcf1a2..06face7 100644 --- 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 diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 6b46534..73a0feb 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -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';