some refactoring of handles
[gitmo/Moose.git] / lib / Moose / Meta / Method / Augmented.pm
index 1003324..61a9ee7 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';