projects
/
gitmo/Moose.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
make github the primary repository
[gitmo/Moose.git]
/
t
/
cmop
/
lib
/
MyMetaClass
/
Attribute.pm
Commit
Line
Data
38bf2a25
1
2
package MyMetaClass::Attribute;
3
4
use strict;
5
use warnings;
6
7
use base 'Class::MOP::Attribute';
8
9
1;