From: David Leadbeater Date: Mon, 4 Jul 2011 20:43:15 +0000 (+0100) Subject: 1.002000 release X-Git-Tag: v1.002000 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=9aa1478d9dfdcd7d75b5a4017c091b8816076784 1.002000 release --- diff --git a/Changes b/Changes index 8fc989c..432b3d0 100644 --- 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) diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 752de55..9a08c93 100644 --- a/lib/Eval/WithLexicals.pm +++ b/lib/Eval/WithLexicals.pm @@ -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{ {} }); diff --git a/lib/Eval/WithLexicals/WithHintPersistence.pm b/lib/Eval/WithLexicals/WithHintPersistence.pm index e95a008..c50fbbb 100644 --- a/lib/Eval/WithLexicals/WithHintPersistence.pm +++ b/lib/Eval/WithLexicals/WithHintPersistence.pm @@ -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