X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F022_legal_options_for_inheritance.t;h=ca21b6f327ad9520f97caf0b5747da9e6635159b;hb=a28e50e44945358d15eb19e4688573741a319fe0;hp=c44b7d17b11ed57e7ec3ce15d8eb3b316a9481c4;hpb=1b806c9945d6c57dca3805ae7924571df08aec03;p=gitmo%2FMoose.git diff --git a/t/020_attributes/022_legal_options_for_inheritance.t b/t/020_attributes/022_legal_options_for_inheritance.t index c44b7d1..ca21b6f 100644 --- a/t/020_attributes/022_legal_options_for_inheritance.t +++ b/t/020_attributes/022_legal_options_for_inheritance.t @@ -2,8 +2,7 @@ use strict; use warnings; -use Test::More tests => 2; - +use Test::More; { @@ -47,3 +46,5 @@ my ($legal_option) = grep { is($legal_option, 'my_legal_option', '... added my_legal_option as legal option for inheritance' ); is($bar_attr->my_legal_option->(), 'Bar::B', '... overloaded my_legal_option'); + +done_testing;