projects
/
gitmo/Moose.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Add tests for a fake regex object ( bless {}, 'Regexp' )
[gitmo/Moose.git]
/
t
/
lib
/
MyMooseA.pm
Commit
Line
Data
446e850f
1
package MyMooseA;
2
446e850f
3
use Moose;
4
5
has 'b' => (is => 'rw', isa => 'MyMooseB');
6
7
1;