[Bast-commits] r4085 - in trunk/Devel-REPL: . lib/Devel

Sartak at dev.catalyst.perl.org Sartak at dev.catalyst.perl.org
Mon Feb 18 20:13:05 GMT 2008


Author: Sartak
Date: 2008-02-18 20:13:05 +0000 (Mon, 18 Feb 2008)
New Revision: 4085

Modified:
   trunk/Devel-REPL/Changes
   trunk/Devel-REPL/lib/Devel/REPL.pm
Log:
Bump to 1.2.0, releasing to CPAN


Modified: trunk/Devel-REPL/Changes
===================================================================
--- trunk/Devel-REPL/Changes	2008-02-18 20:10:55 UTC (rev 4084)
+++ trunk/Devel-REPL/Changes	2008-02-18 20:13:05 UTC (rev 4085)
@@ -1,3 +1,4 @@
+1.2.0
   - deprecate NewlineHack plugin, cause fixed in REPL.pm
   - OutputCache plugin
   - MultiLine::PPI plugin

Modified: trunk/Devel-REPL/lib/Devel/REPL.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL.pm	2008-02-18 20:10:55 UTC (rev 4084)
+++ trunk/Devel-REPL/lib/Devel/REPL.pm	2008-02-18 20:13:05 UTC (rev 4085)
@@ -5,7 +5,7 @@
 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';
 




More information about the Bast-commits mailing list