some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index a3603fc..6f670ce 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.54';
+our $VERSION   = '0.55';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';