increment $VERSION after 0.31 release
[p5sagit/Try-Tiny.git] / dist.ini
index bd745bc..4533f3c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -11,14 +11,14 @@ 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
 server = github
 GithubMeta.remote = github
 installer = MakeMaker   ; stay 5.6-friendly
-Authority.authority = cpan:NUFFIN
+authority = cpan:NUFFIN
 ; tests optionally require 5.010
 AutoPrereqs.skip = ^perl$
 MinimumPerl.test_finder = all_files_but_using_5.10_features
@@ -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]