Revision history for Devel-REPL
+1.003017 - 2013-04-03
- fix issues with Term::ReadLine:PERL in tests (RT#84246) (thanks,
Christopher McCann!)
use namespace::autoclean;
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003016';
+our $VERSION = '1.003017';
with 'MooseX::Object::Pluggable';