1.001000 release commit
[p5sagit/Eval-WithLexicals.git] / lib / Eval / WithLexicals.pm
index c7b5fca..31703e6 100644 (file)
@@ -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 <mst@shadowcat.co.uk>
 
 =head1 CONTRIBUTORS
 
-None required yet. Maybe this module is perfect (hahahahaha ...).
+David Leadbeater <dgl@dgl.cx>
 
 =head1 COPYRIGHT