projects
/
gitmo/Class-C3-XS.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
adding the some preliminary junk
[gitmo/Class-C3-XS.git]
/
t
/
lib
/
C.pm
Commit
Line
Data
8995e827
1
package t::lib::C;
2
use c3;
3
use base ('t::lib::A', 't::lib::B');
4
1;