File old_test_more.patch of Package perl-Module-Refresh
--- t/clear_symtable.t +++ t/clear_symtable.t @@ -1,7 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; -use Test::More; +use Test::More qw(no_plan); use Module::Refresh; @@ -37,7 +37,7 @@ can_ok('Foo', 'baz'); ok(!Foo->can('bar'), "!Foo->can('bar')"); -done_testing; +#done_testing; __END__ ok 1 - Foo->can('bar') ok 2 - !Foo->can('baz')