foo
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overriden.pm
index 7d04326..232a3e3 100644 (file)
@@ -3,7 +3,8 @@ package Moose::Meta::Method::Overriden;
 use strict;
 use warnings;
 
-our $VERSION = '0.01';
+our $VERSION   = '0.01';
+our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::Method';
 
@@ -15,15 +16,16 @@ __END__
 
 =head1 NAME
 
-=head1 SYNOPOSIS
+Moose::Meta::Method::Overriden - A Moose Method metaclass for overriden methods
 
 =head1 DESCRIPTION
 
-=head1 METHODS
+This is primarily used to tag methods created with the C<override> keyword. It 
+is currently just a subclass of L<Moose::Meta::Method>. 
 
-=over 4
-
-=back
+Later releases will likely encapsulate the C<super> behavior of overriden methods, 
+rather than that being the responsibility of the class. But this is low priority
+for now.
 
 =head1 BUGS
 
@@ -39,7 +41,7 @@ Yuval Kogman E<lt>nothingmuch@woobling.comE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2006 by Infinity Interactive, Inc.
+Copyright 2006, 2007 by Infinity Interactive, Inc.
 
 L<http://www.iinteractive.com>