projects
/
gitmo/Moose.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
338669f35db93babf363e7da76624f1b265f0352
[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