Regenerate test files
[gitmo/Mouse.git] / t / lib / MyMooseA.pm
CommitLineData
fde8e43f 1package MyMooseA;
2# This is automatically generated by author/import-moose-test.pl.
3# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4use t::lib::MooseCompat;
5
6use Mouse;
7
8has 'b' => (is => 'rw', isa => 'MyMooseB');
9
101;