+Revision history for Devel-REPL
+
+1.003015 - 2013-03-01
+ - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
+ (thanks, ilmari!)
+ - plugins that are used by the default profile now default to being
+ installed, fixing RT#83669 and RT#83677
+
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!)
- - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
- (thanks, ilmari!)
- - plugins that are used by the default profile now default to being
- installed, fixing RT#83669 and RT#83677
1.003013
- Make Sys::SigAction optional dependency for Win32 systems
use namespace::autoclean;
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003014';
+our $VERSION = '1.003015';
with 'MooseX::Object::Pluggable';