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