2 author = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
3 author = Jesse Luehrs <doy@tozt.net>
5 copyright_holder = יובל קוג'מן (Yuval Kogman)
8 [FileFinder::Filter / all_files_but_using_5.10_features]
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
19 GithubMeta.remote = github
20 installer = MakeMaker ; stay 5.6-friendly
21 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 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
29 ; TODO: make this an option of [Test::MinimumVersion]
31 file = xt/author/minimum-version.t
32 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/
35 to_relationship = suggests
36 copy_to = develop.requires
37 module = Capture::Tiny ; capture_stderr
42 check_dual_life_versions = 0
45 Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1