projects
/
gitmo/Class-C3-XS.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
import some mro tests
[gitmo/Class-C3-XS.git]
/
t
/
lib
/
F.pm
Commit
Line
Data
b9e73af7
1
package t::lib::F;
2
use base ('t::lib::C', 't::lib::D');
3
1;