increment $VERSION after 0.31 release
[p5sagit/Try-Tiny.git] / dist.ini
CommitLineData
12b7dc6c 1name = Try-Tiny
8c534220 2author = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
12b7dc6c 3author = Jesse Luehrs <doy@tozt.net>
4license = MIT
8c534220 5copyright_holder = יובל קוג'מן (Yuval Kogman)
6copyright_year = 2009
12b7dc6c 7
b715d61b 8[FileFinder::Filter / all_files_but_using_5.10_features]
9finder = :TestFiles
10skip = t/given_when.t
11skip = t/when.t
12
dbb907ac 13[@Author::ETHER]
44777279 14:version = 0.136
77ca541b 15; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
16; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
17; so we can receive github pull requests
18server = github
19GithubMeta.remote = github
25a6033f 20installer = MakeMaker ; stay 5.6-friendly
45e01d87 21authority = cpan:NUFFIN
12b7dc6c 22; tests optionally require 5.010
b715d61b 23AutoPrereqs.skip = ^perl$
24MinimumPerl.test_finder = all_files_but_using_5.10_features
a2023f04 25-remove = Test::CleanNamespaces
12b7dc6c 26
b715d61b 27; TODO: make this an option of [Test::MinimumVersion]
28[Substitute]
44777279 29file = xt/author/minimum-version.t
b715d61b 30code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/
5ee27f1f 31
b715d61b 32[Prereqs::Soften]
33to_relationship = suggests
34copy_to = develop.requires
35module = Capture::Tiny ; capture_stderr
36module = Sub::Name
37module = Sub::Util
a88118ec 38
39[OnlyCorePrereqs]
40check_dual_life_versions = 0
51a107a2 41
42[Breaks]
43Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1
44
45[Test::CheckBreaks]
a982cd55 46:version = 0.018
8dc27c7c 47no_forced_deps = 1