some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index f126242..e96b83a 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Carp 'confess';
 
-our $VERSION   = '0.54';
+our $VERSION   = '0.55';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method',