Commit | Line | Data |
12b7dc6c |
1 | name = Try-Tiny |
8c534220 |
2 | author = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org> |
12b7dc6c |
3 | author = Jesse Luehrs <doy@tozt.net> |
4 | license = MIT |
8c534220 |
5 | copyright_holder = יובל קוג'מן (Yuval Kogman) |
6 | copyright_year = 2009 |
12b7dc6c |
7 | |
b715d61b |
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 | |
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 |
18 | server = github |
19 | GithubMeta.remote = github |
25a6033f |
20 | installer = MakeMaker ; stay 5.6-friendly |
45e01d87 |
21 | authority = cpan:NUFFIN |
12b7dc6c |
22 | ; tests optionally require 5.010 |
b715d61b |
23 | AutoPrereqs.skip = ^perl$ |
24 | MinimumPerl.test_finder = all_files_but_using_5.10_features |
a2023f04 |
25 | -remove = Test::CleanNamespaces |
1263cb9f |
26 | Git::Push.push_to[] = origin ; p5sagit@git.shadowcat.co.uk:Try-Tiny.git |
27 | Git::Push.push_to[] = github master:master ; git@github.com:p5sagit/Try-Tiny.git |
12b7dc6c |
28 | |
b715d61b |
29 | ; TODO: make this an option of [Test::MinimumVersion] |
30 | [Substitute] |
44777279 |
31 | file = xt/author/minimum-version.t |
b715d61b |
32 | code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/ |
5ee27f1f |
33 | |
b715d61b |
34 | [Prereqs::Soften] |
35 | to_relationship = suggests |
36 | copy_to = develop.requires |
37 | module = Capture::Tiny ; capture_stderr |
38 | module = Sub::Name |
39 | module = Sub::Util |
a88118ec |
40 | |
41 | [OnlyCorePrereqs] |
42 | check_dual_life_versions = 0 |
51a107a2 |
43 | |
44 | [Breaks] |
45 | Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1 |
46 | |
47 | [Test::CheckBreaks] |
a982cd55 |
48 | :version = 0.018 |
8dc27c7c |
49 | no_forced_deps = 1 |