Regenerate test files
[gitmo/Mouse.git] / t / lib / MyMooseObject.pm
CommitLineData
fde8e43f 1package MyMooseObject;
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 strict;
7use warnings;
8use base 'Mouse::Object';
9
101;