time to release as stable
[p5sagit/Try-Tiny.git] / dist.ini
1 name = Try-Tiny
2 author  = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
3 author = Jesse Luehrs <doy@tozt.net>
4 license = MIT
5 copyright_holder = יובל קוג'מן (Yuval Kogman)
6 copyright_year = 2009
7
8 [FileFinder::Filter / all_files_but_using_5.10_features]
9 finder = :TestFiles
10 skip = t/given_when.t
11 skip = t/when.t
12
13 [@Author::ETHER]
14 :version = 0.094
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
18 server = github
19 GithubMeta.remote = github
20 installer = MakeMaker
21 Authority.authority = cpan:NUFFIN
22 ; tests optionally require 5.010
23 AutoPrereqs.skip = ^perl$
24 MinimumPerl.test_finder = all_files_but_using_5.10_features
25 -remove = Test::CleanNamespaces
26
27 ; TODO: make this an option of [Test::MinimumVersion]
28 [Substitute]
29 file = xt/release/minimum-version.t
30 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/
31
32 [Prereqs::Soften]
33 to_relationship = suggests
34 copy_to = develop.requires
35 module = Capture::Tiny  ; capture_stderr
36 module = Sub::Name
37 module = Sub::Util
38
39 [OnlyCorePrereqs]
40 check_dual_life_versions = 0