Bump to 1.2.0, releasing to CPAN
Sartak [Mon, 18 Feb 2008 20:13:05 +0000 (20:13 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4085 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
lib/Devel/REPL.pm

diff --git a/Changes b/Changes
index 0fd5156..9ee2066 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.2.0
   - deprecate NewlineHack plugin, cause fixed in REPL.pm
   - OutputCache plugin
   - MultiLine::PPI plugin
index b07769c..b11d9fb 100644 (file)
@@ -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';