From: Karen Etheridge Date: Sat, 6 Jul 2019 21:18:18 +0000 (-0700) Subject: as of 2.000008, [Test::MinimumVersion] is an author test X-Git-Tag: v0.31~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=447772797594f5c77ab8f14b3ca709691cb73ef4;hp=0a64ef0fa1f380ca60691d95d96c9eed898529bb;p=p5sagit%2FTry-Tiny.git as of 2.000008, [Test::MinimumVersion] is an author test ..whose version is enforced by my plugin bundle --- diff --git a/dist.ini b/dist.ini index 1299467..4533f3c 100644 --- a/dist.ini +++ b/dist.ini @@ -11,7 +11,7 @@ skip = t/given_when.t skip = t/when.t [@Author::ETHER] -:version = 0.119 +:version = 0.136 ; 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 @@ -26,7 +26,7 @@ MinimumPerl.test_finder = all_files_but_using_5.10_features ; TODO: make this an option of [Test::MinimumVersion] [Substitute] -file = xt/release/minimum-version.t +file = xt/author/minimum-version.t code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/ [Prereqs::Soften]