X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=491cfb1d271a63de31fa24925206b668fd63b38e;hb=3ae12aec3d5b8aca72eaeed79f91039bdd388f83;hp=0bd0c23a46dc51531a7133109db2f29daf721851;hpb=aebf2f4110d349a0975906a3bb132fb085bb9f20;p=p5sagit%2FSub-Name.git diff --git a/dist.ini b/dist.ini index 0bd0c23..491cfb1 100644 --- a/dist.ini +++ b/dist.ini @@ -4,17 +4,22 @@ license = Perl_5 copyright_holder = Matthijs van Duin and cPanel Inc. copyright_year = 2004 +[FileFinder::Filter / all_files_but_exotic_names] +finder = :TestFiles +skip = t/exotic_names.t ; trips _binmode_2_arg -> 5.008 + [@Author::ETHER] -:version = 0.095 +:version = 0.119 ; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git, ; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git ; so we can receive github pull requests server = github GithubMeta.remote = github -installer = MakeMaker +installer = MakeMaker ; stay 5.6-friendly Authority.authority = cpan:FLORA Test::MinimumVersion.max_target_perl = 5.006 Test::ReportPrereqs.include = DynaLoader +MinimumPerl.test_finder = all_files_but_exotic_names ; authordep Pod::Weaver::Section::AllowOverride @@ -24,6 +29,9 @@ Test::ReportPrereqs.include = DynaLoader B::C = 1.48 Devel::CheckBin = 0 +[Prereqs / DevelopRequires] +Devel::PPPort = 3.33 ; gv_init_pvn, gv_fetchpvn_flags + [OnlyCorePrereqs] check_dual_life_versions = 0 @@ -31,3 +39,8 @@ check_dual_life_versions = 0 [MetaResources] x_IRC = irc://irc.perl.org/#toolchain + +; TODO: make this an option of [Test::MinimumVersion] +[Substitute] +file = xt/release/minimum-version.t +code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t"] }$2/