projects
/
gitmo/Class-MOP.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
don't do metaclass checking/fixing on attributes and methods
[gitmo/Class-MOP.git]
/
t
/
lib
/
TestClassLoaded2.pm
Commit
Line
Data
7f820be6
1
package TestClassLoaded2;
2
use strict;
3
use warnings;
4
5
our $VERSION = 42;
6
7
1;
8