start of the TC refactor
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Required.pm
index 18d5f56..38271c2 100644 (file)
@@ -7,6 +7,8 @@ use warnings;
 our $VERSION   = '0.01';
 our $AUTHORITY = 'cpan:STEVAN';
 
+use base 'Moose::Meta::Role::Method';
+
 1;
 
 __END__