From: Karen Etheridge Date: Tue, 26 Mar 2013 16:51:25 +0000 (-0700) Subject: bump version for next release X-Git-Tag: v1.003016~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=85d432197307f6580c65e7868bc089173f72ca13 bump version for next release --- diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index 516330e..3e166ef 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.003015'; +our $VERSION = '1.003016'; with 'MooseX::Object::Pluggable';