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