X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=7358656205b15169f7f58c4bf1a6ff585cc0570c;hb=4e3c290036844a570d3774f86172f4f832ecf0cc;hp=24cb97f72ecabebb1fb77a0c407c65d40efb58c3;hpb=e9e382ec3cdd5eab8ec1ebac7e235e8efee23938;p=p5sagit%2FSub-Name.git diff --git a/dist.ini b/dist.ini index 24cb97f..7358656 100644 --- a/dist.ini +++ b/dist.ini @@ -1,14 +1,46 @@ name = Sub-Name author = Matthijs van Duin license = Perl_5 -copyright_holder = Matthijs van Duin +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.068 -installer = MakeMaker +: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 ; stay 5.6-friendly Authority.authority = cpan:FLORA Test::MinimumVersion.max_target_perl = 5.006 -Git::GatherDir.exclude_filename = Makefile.PL +Test::ReportPrereqs.include = DynaLoader +MinimumPerl.test_finder = all_files_but_exotic_names + +; authordep Pod::Weaver::Section::AllowOverride + +[PPPort] + +[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 = 0 + +; authordep Pod::Weaver::Section::AllowOverride + +[MetaResources] +x_IRC = irc://irc.perl.org/#toolchain -; authordep Pod::Weaver::Section::Contributors = 0.008 +; 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/