Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / 100_bugs / 003_Moose_Object_error.t
index b142692..6dedb64 100644 (file)
@@ -1,15 +1,10 @@
 #!/usr/bin/perl
-# This is automatically generated by author/import-moose-test.pl.
-# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
-use t::lib::MooseCompat;
 
 use strict;
 use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More;
+use Test::More tests => 1;
 
-use_ok('MyMooseObject');
-
-done_testing;
+use_ok('MyMouseObject');
\ No newline at end of file