X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FEval-WithLexicals.git;a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;h=c5343b06b4eed957cddb11c3e6c0df621c2ace34;hp=ac6a91e377eee6870e1246e5986e0798ff177d73;hb=658f6c563d745506a79cde37038547886ff48155;hpb=f1de711e5c1c725c29cf6c5fc2cb39c1b1396496 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{ {} });