this is probably the right fix
[p5sagit/Sub-Name.git] / dist.ini
index dd67f47..41bec35 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -17,9 +17,10 @@ skip = t/lexical.t      ; trips _feature_bundle (lexical_subs) -> 5.018
 server = github
 GithubMeta.remote = github
 installer = MakeMaker   ; stay 5.6-friendly
-Authority.authority = cpan:FLORA
+authority = cpan:FLORA
 Test::MinimumVersion.max_target_perl = 5.006
-Test::ReportPrereqs.include = DynaLoader
+Test::ReportPrereqs.include[0] = DynaLoader
+Test::ReportPrereqs.include[1] = Scalar::Util
 MinimumPerl.test_finder = all_files_but_special_features
 
 ; authordep Pod::Weaver::Section::AllowOverride
@@ -46,6 +47,7 @@ x_IRC = irc://irc.perl.org/#toolchain
 
 ; TODO: make this an option of [Test::MinimumVersion]
 [Substitute]
+file = xt/author/minimum-version.t
 file = xt/release/minimum-version.t
 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t", "t\/lexical.t"] }$2/