From: Graham Knop Date: Tue, 30 Jun 2015 13:41:17 +0000 (-0400) Subject: Bumping version to 1.003004 X-Git-Tag: v1.003004~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=6c5943a0c39bcd09028acc54a4bbe81e6d85a89f Bumping version to 1.003004 --- diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index 3f0a0e0..e33667a 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.003003'; # 1.3.3 +our $VERSION = '1.003004'; # 1.3.4 $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 1416298..73f3fb9 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.003003'; # 1.3.3 +our $VERSION = '1.003004'; # 1.3.4 $VERSION = eval $VERSION; has hints => (