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