X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=1936632bea54f8208ca9d4ed8ea3d9ed2c2581db;hb=30b320da9f13c145f06ac538d8998ca0fc253f5c;hp=f8c5e21ac14548b8ebb16c26b6d0f330d79a64d0;hpb=d49decf554357287c62efd0763958d7a97dfad13;p=p5sagit%2FSub-Name.git diff --git a/dist.ini b/dist.ini index f8c5e21..1936632 100644 --- a/dist.ini +++ b/dist.ini @@ -4,12 +4,24 @@ 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.094 +:version = 0.095 +; 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 -copy_file_from_release = ppport.h 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 [PPPort] @@ -17,7 +29,18 @@ Test::MinimumVersion.max_target_perl = 5.006 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 ; authordep Pod::Weaver::Section::AllowOverride + +[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/