X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010_basics%2F018_methods.t;h=bb683bce105c92b3d0650b6e6bf582de01077475;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hp=53accfed0f79f763a7fb008cc9a95d598925ba6a;hpb=8845df4dd6432e3164d078ade741409061adae9f;p=gitmo%2FMouse.git 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;