X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEval%2FWithLexicals%2FWithHintPersistence.pm;h=14162984a7ff1f8afe6ef5e063b420b853dafcc5;hb=eddec620742a70c0e17554b3281c63e430543816;hp=d6a4ac0a60b7a641a12057dec91afd2f9a7bbd0d;hpb=14786ff863ce8fbc95583e3a39b9ca29c4f0958c;p=p5sagit%2FEval-WithLexicals.git diff --git a/lib/Eval/WithLexicals/WithHintPersistence.pm b/lib/Eval/WithLexicals/WithHintPersistence.pm index d6a4ac0..1416298 100644 --- a/lib/Eval/WithLexicals/WithHintPersistence.pm +++ b/lib/Eval/WithLexicals/WithHintPersistence.pm @@ -2,12 +2,9 @@ package Eval::WithLexicals::WithHintPersistence; use Moo::Role; use Sub::Quote; -our $VERSION = '1.002000'; # 1.2.0 +our $VERSION = '1.003003'; # 1.3.3 $VERSION = eval $VERSION; -# Used localised -our($hints, %hints); - has hints => ( is => 'rw', default => quote_sub q{ {} },