From: Graham Knop Date: Sun, 8 Oct 2017 15:52:30 +0000 (+0200) Subject: Bumping version to 1.003006 X-Git-Tag: v1.003006~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=658f6c563d745506a79cde37038547886ff48155 Bumping version to 1.003006 --- diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index ac6a91e..c5343b0 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.003005'; # 1.3.5 +our $VERSION = '1.003006'; # v1.3.6 $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 cf03878..829341e 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.003005'; # 1.3.5 +our $VERSION = '1.003006'; # v1.3.6 $VERSION = eval $VERSION; has hints => (