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