Regenerate test files
[gitmo/Mouse.git] / t / 100_bugs / 003_Moose_Object_error.t
CommitLineData
4c98ebb0 1#!/usr/bin/perl
fde8e43f 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;
4c98ebb0 5
6use strict;
7use warnings;
8
9use lib 't/lib', 'lib';
10
fde8e43f 11use Test::More;
4c98ebb0 12
fde8e43f 13use_ok('MyMooseObject');
14
15done_testing;