From: Graham Knop Date: Wed, 1 Jul 2015 21:02:09 +0000 (-0400) Subject: Bumping version to 1.003005 X-Git-Tag: v1.003005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=f19eca699a0d4520a3e6d3a3f7dd6c134ae8749d Bumping version to 1.003005 --- diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index e33667a..b3a15e9 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.003004'; # 1.3.4 +our $VERSION = '1.003005'; # 1.3.5 $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 73f3fb9..cf03878 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.003004'; # 1.3.4 +our $VERSION = '1.003005'; # 1.3.5 $VERSION = eval $VERSION; has hints => (