X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F002_subtype_conflict_bug.t;h=00203a37a0f8262816b39a418df5cb4af21c3e53;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=7ae2de312f33abdc8522beb449b3471cf5faba36;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/100_bugs/002_subtype_conflict_bug.t b/t/100_bugs/002_subtype_conflict_bug.t index 7ae2de3..00203a3 100644 --- a/t/100_bugs/002_subtype_conflict_bug.t +++ b/t/100_bugs/002_subtype_conflict_bug.t @@ -1,13 +1,16 @@ #!/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 tests => 2; +use Test::More; +use_ok('MyMooseA'); +use_ok('MyMooseB'); - -use_ok('MyMouseA'); -use_ok('MyMouseB'); \ No newline at end of file +done_testing;