as of 2.000008, [Test::MinimumVersion] is an author test
Karen Etheridge [Sat, 6 Jul 2019 21:18:18 +0000 (14:18 -0700)]
..whose version is enforced by my plugin bundle

dist.ini

index 1299467..4533f3c 100644 (file)
--- 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]