throw_error in Attribute
[gitmo/Moose.git] / lib / Moose / Meta / Method.pm
index 4ea95dd..fe12886 100644 (file)
@@ -3,7 +3,7 @@ package Moose::Meta::Method;
 use strict;
 use warnings;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.50';
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';