projects
/
gitmo/Mouse.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Regenerate test files
[gitmo/Mouse.git]
/
t
/
lib
/
MyMetaclassRole.pm
Commit
Line
Data
3c7ae143
1
package MyMetaclassRole;
fde8e43f
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;
3c7ae143
5
use Mouse::Role;
6
7
1;