this is broken, need to integrate the new Class::MOP stuff,.. this might take a while
[gitmo/Moose.git] / lib / Moose / Meta / Method / Overriden.pm
CommitLineData
8ee73eeb 1package Moose::Meta::Method::Overriden;
2
3use strict;
4use warnings;
5
6our $VERSION = '0.01';
7
8use base 'Moose::Meta::Method';
9
101;
11
12__END__
13
14=pod
15
16=cut