projects
/
gitmo/Moose.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Weaken the $metaclass closed over by the meta method.
[gitmo/Moose.git]
/
t
/
cmop
/
lib
/
MyMetaClass
/
Random.pm
Commit
Line
Data
38bf2a25
1
2
package MyMetaClass::Random;
3
4
use strict;
5
use warnings;
6
7
1;