1.002000 release v1.002000
David Leadbeater [Mon, 4 Jul 2011 20:43:15 +0000 (21:43 +0100)]
Changes
lib/Eval/WithLexicals.pm
lib/Eval/WithLexicals/WithHintPersistence.pm

diff --git a/Changes b/Changes
index 8fc989c..432b3d0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+1.2.0 2011-07-04 21:42:30
   - HintPersistence plugin to persist compile time hints (DGL)
   - Support plugins (DGL)
   - Make prelude configurable, so strictures can be optional (DGL)
index 752de55..9a08c93 100644 (file)
@@ -4,7 +4,7 @@ use Moo;
 use Moo::Role ();
 use Sub::Quote;
 
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
 $VERSION = eval $VERSION;
 
 has lexicals => (is => 'rw', default => quote_sub q{ {} });
index e95a008..c50fbbb 100644 (file)
@@ -2,7 +2,7 @@ package Eval::WithLexicals::WithHintPersistence;
 use Moo::Role;
 use Sub::Quote;
 
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.002000'; # 1.2.0
 $VERSION = eval $VERSION;
 
 # Used localised