X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F010_basics%2F018_methods.t;h=bb683bce105c92b3d0650b6e6bf582de01077475;hp=53accfed0f79f763a7fb008cc9a95d598925ba6a;hb=HEAD;hpb=fde8e43f95fe996fbc2a778aa259feeb04552171 diff --git a/t/010_basics/018_methods.t b/t/010_basics/018_methods.t index 53accfe..bb683bc 100644 --- a/t/010_basics/018_methods.t +++ b/t/010_basics/018_methods.t @@ -1,12 +1,9 @@ #!/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 Test::More; +use Test::More tests => 6; my $test1 = Mouse::Meta::Class->create_anon_class; @@ -45,5 +42,3 @@ isa_ok( is( $t2_am->name(), 'Test2', 'associated_metaclass->name is Test2' ); - -done_testing;