From: Sartak Date: Mon, 18 Feb 2008 20:13:05 +0000 (+0000) Subject: Bump to 1.2.0, releasing to CPAN X-Git-Tag: v1.003015~136 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=commitdiff_plain;h=bbff3c114d9b24546fcee050cff67a3d9dd7e695 Bump to 1.2.0, releasing to CPAN git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4085 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 0fd5156..9ee2066 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +1.2.0 - deprecate NewlineHack plugin, cause fixed in REPL.pm - OutputCache plugin - MultiLine::PPI plugin diff --git a/lib/Devel/REPL.pm b/lib/Devel/REPL.pm index b07769c..b11d9fb 100644 --- a/lib/Devel/REPL.pm +++ b/lib/Devel/REPL.pm @@ -5,7 +5,7 @@ use Moose; use namespace::clean -except => [ 'meta' ]; use 5.8.1; # might work with earlier perls but probably not -our $VERSION = '1.001000'; # 1.1.0 +our $VERSION = '1.002000'; # 1.2.0 with 'MooseX::Object::Pluggable';