projects
/
gitmo/Mouse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git]
/
t
/
lib
/
MyMouseB.pm
Commit
Line
Data
4c98ebb0
1
package MyMouseB;
1eb43e0a
2
# This is automatically generated by author/import-moose-test.pl.
3
# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4
use t::lib::MooseCompat;
4c98ebb0
5
6
use Mouse;
7
8
1;