close over the coercion sub separately
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / Hash / values.pm
index 7ac72e2..57e9336 100644 (file)
@@ -5,10 +5,6 @@ use warnings;
 
 use Scalar::Util qw( looks_like_number );
 
-our $VERSION = '1.19';
-$VERSION = eval $VERSION;
-our $AUTHORITY = 'cpan:STEVAN';
-
 use Moose::Role;
 
 with 'Moose::Meta::Method::Accessor::Native::Reader' =>