bump version to 0.62
[gitmo/Moose.git] / lib / Moose / Meta / Method / Augmented.pm
index c69f8bb..5aa56f0 100644 (file)
@@ -3,9 +3,7 @@ package Moose::Meta::Method::Augmented;
 use strict;
 use warnings;
 
-use Carp 'confess';
-
-our $VERSION   = '0.57';
+our $VERSION   = '0.62';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';