X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=dist.ini;h=7a285cbe1fa0b12c5fa95037235201e34cc7cac6;hb=d3b7b05c7584038b24f8c6a17a0266e9ea76731c;hp=1936632bea54f8208ca9d4ed8ea3d9ed2c2581db;hpb=ee6fbaf6ce5eafc0ceb120902bef830e1231c1d7;p=p5sagit%2FSub-Name.git diff --git a/dist.ini b/dist.ini index 1936632..7a285cb 100644 --- a/dist.ini +++ b/dist.ini @@ -9,13 +9,13 @@ 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 @@ -33,7 +33,8 @@ Devel::CheckBin = 0 Devel::PPPort = 3.33 ; gv_init_pvn, gv_fetchpvn_flags [OnlyCorePrereqs] -check_dual_life_versions = 0 +check_dual_life_versions = 1 +starting_version = 5.006002 ; when if, Test::More were cored ; authordep Pod::Weaver::Section::AllowOverride @@ -44,3 +45,6 @@ x_IRC = irc://irc.perl.org/#toolchain [Substitute] file = xt/release/minimum-version.t code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => ["t\/exotic_names.t"] }$2/ + +[Run::AfterRelease / refresh github remote] +run = git fetch --all