From: Graham Knop Date: Fri, 13 Jun 2014 13:12:29 +0000 (-0400) Subject: bump version X-Git-Tag: v1.003000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=commitdiff_plain;h=fdcd01808aba4c3f7200c3231a36fd78d7f444b9 bump version --- diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index c30adb2..79d88f0 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.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.3.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 5624d6f..f4e8ce0 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.002000'; # 1.2.0 +our $VERSION = '1.003000'; # 1.3.0 $VERSION = eval $VERSION; has hints => (