I only saw these when running tests via make test, not via prove.
}
lives_ok {
- Module::Refresh->new->refresh_module($test_module_file)
+ Module::Refresh->new->refresh_module('TestBaz.pm')
} '... successfully refreshed ' . $test_module_file;
is(TestBaz->meta->name, 'TestBaz', '... initialized the meta correctly');