Revision history for Devel-REPL
+1.003019 - 2013-06-27
- Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205,
Ash Berlin)
- fix failing test when Lexical::Persistence is not installed
use namespace::autoclean;
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003018';
+our $VERSION = '1.003019';
with 'MooseX::Object::Pluggable';