Bump us up to 0.51
[gitmo/Moose.git] / lib / Moose / Meta / Role / Method / Required.pm
index 18d5f56..d65e4a3 100644 (file)
@@ -4,9 +4,11 @@ package Moose::Meta::Role::Method::Required;
 use strict;
 use warnings;
 
-our $VERSION   = '0.01';
+our $VERSION   = '0.51';
 our $AUTHORITY = 'cpan:STEVAN';
 
+use base 'Moose::Meta::Role::Method';
+
 1;
 
 __END__
@@ -31,11 +33,11 @@ Stevan Little E<lt>stevan@iinteractive.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006, 2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself.
 
-=cut
\ No newline at end of file
+=cut