tests pass now
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overriden.pm
1 package Moose::Meta::Method::Overriden;
2
3 use strict;
4 use warnings;
5
6 our $VERSION = '0.01';
7
8 use base 'Moose::Meta::Method';
9
10 1;
11
12 __END__
13
14 =pod
15
16 =head1 NAME
17
18 =head1 SYNOPOSIS
19
20 =head1 DESCRIPTION
21
22 =head1 METHODS
23
24 =over 4
25
26 =back
27
28 =head1 BUGS
29
30 All complex software has bugs lurking in it, and this module is no 
31 exception. If you find a bug please either email me, or add the bug
32 to cpan-RT.
33
34 =head1 AUTHOR
35
36 Stevan Little E<lt>stevan@iinteractive.comE<gt>
37
38 Yuval Kogman E<lt>nothingmuch@woobling.comE<gt>
39
40 =head1 COPYRIGHT AND LICENSE
41
42 Copyright 2006 by Infinity Interactive, Inc.
43
44 L<http://www.iinteractive.com>
45
46 This library is free software; you can redistribute it and/or modify
47 it under the same terms as Perl itself.
48
49 =cut