X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=dd4e1126c4b8c6d5c222dc479e88727046d8dc74;hb=master;hp=2be856fa725f9c004517a9bce1e5ebb2211c4939;hpb=f0c9441e86875712754fd4cc816aff82e8e51a2c;p=p5sagit%2FSub-Name.git diff --git a/dist.ini b/dist.ini index 2be856f..dd4e112 100644 --- a/dist.ini +++ b/dist.ini @@ -4,9 +4,10 @@ license = Perl_5 copyright_holder = Matthijs van Duin and cPanel Inc. copyright_year = 2004 -[FileFinder::Filter / all_files_but_exotic_names] +[FileFinder::Filter / all_files_but_special_features] finder = :TestFiles skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008 +skip = t/lexical.t ; trips _feature_bundle (lexical_subs) -> 5.018 [@Author::ETHER] :version = 0.119 @@ -16,22 +17,24 @@ skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008 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 -MinimumPerl.test_finder = all_files_but_exotic_names +MinimumPerl.test_finder = all_files_but_special_features ; authordep Pod::Weaver::Section::AllowOverride +; authordep Devel::PPPort = 3.33 [PPPort] +version = 3.33 ; gv_init_pvn, gv_fetchpvn_flags + +[RemovePrereqs] +remove = feature [Prereqs / TestSuggests] B::C = 1.48 Devel::CheckBin = 0 -[Prereqs / DevelopRequires] -Devel::PPPort = 3.33 ; gv_init_pvn, gv_fetchpvn_flags - [OnlyCorePrereqs] check_dual_life_versions = 1 starting_version = 5.006002 ; when if, Test::More were cored @@ -43,5 +46,9 @@ 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"] }$2/ +code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t", "t\/lexical.t"] }$2/ + +[Run::AfterRelease / refresh github remote] +run = git fetch --all