From: Karen Etheridge Date: Tue, 23 Dec 2014 00:11:29 +0000 (-0800) Subject: make bump X-Git-Tag: v1.003002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=71ac67dae200ce265bb9cb6f17baf9963fe0b081 make bump --- diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 32b84e8..79fba31 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.003001'; # 1.3.1 +our $VERSION = '1.003002'; # 1.3.2 $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 bbe3a8a..81958c8 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.003001'; # 1.3.1 +our $VERSION = '1.003002'; # 1.3.2 $VERSION = eval $VERSION; has hints => (