moving things around to get ready to support Class::MOP 0.36
[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 =cut