0.18 ... pretty much ready to go
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method.pm
index 1a64c2b..8efa923 100644 (file)
@@ -4,7 +4,8 @@ package Moose::Meta::Role::Method;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION   = '0.01';
+our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Class::MOP::Method';