moving things around to get ready to support Class::MOP 0.36
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
1
2 package Moose::Meta::Method::Accessor;
3
4 use strict;
5 use warnings;
6
7 our $VERSION = '0.01';
8
9 use base 'Moose::Meta::Method';
10 #         'Class::MOP::Method::Accessor';
11
12 1;
13
14 __END__
15
16 =pod
17
18 =cut