X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FEval%2FWithLexicals.pm;h=31703e65713c85c9635e1726d8109b8b1130a66a;hb=refs%2Ftags%2Fv1.001000;hp=c7b5fcaf71168a02e29814f713b32f3759a65b1f;hpb=e764ce9b0e0a0dbb3b51ecab734b0a6bf111b6c8;p=p5sagit%2FEval-WithLexicals.git diff --git a/lib/Eval/WithLexicals.pm b/lib/Eval/WithLexicals.pm index c7b5fca..31703e6 100644 --- a/lib/Eval/WithLexicals.pm +++ b/lib/Eval/WithLexicals.pm @@ -3,7 +3,7 @@ package Eval::WithLexicals; use Moo; use Sub::Quote; -our $VERSION = '1.000000'; # 1.0.0 +our $VERSION = '1.001000'; # 1.1.0 $VERSION = eval $VERSION; has lexicals => (is => 'rw', default => quote_sub q{ {} }); @@ -185,7 +185,7 @@ Matt S. Trout =head1 CONTRIBUTORS -None required yet. Maybe this module is perfect (hahahahaha ...). +David Leadbeater =head1 COPYRIGHT