Update t/lib
[gitmo/Mouse.git] / t / lib / MyMouseObject.pm
1 package MyMouseObject;
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;
5
6 use strict;
7 use warnings;
8 use base 'Mouse::Object';
9
10 1;