X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100_bugs%2F025_universal_methods_wrappable.t;h=a7507db6289e56024ca4feb74a398d77db1ea75a;hb=ee5e6a034b6aeaed7819138193288eb249d9380b;hp=c995172f31bef7d4ff6d70e89918c306b21297e1;hpb=6217087ac410ed5f4b7f19d689f113f3a6765be2;p=gitmo%2FMouse.git diff --git a/t/100_bugs/025_universal_methods_wrappable.t b/t/100_bugs/025_universal_methods_wrappable.t index c995172..a7507db 100644 --- a/t/100_bugs/025_universal_methods_wrappable.t +++ b/t/100_bugs/025_universal_methods_wrappable.t @@ -1,8 +1,11 @@ use strict; +# 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 warnings; use Test::Exception; -use Test::More tests => 2; +use Test::More; { @@ -27,3 +30,5 @@ use Test::More tests => 2; my $foo = Foo->new; ::isa_ok $foo, 'Bar'; } + +done_testing;