declare a minimum version for my bundle (and podweaver bundle)
[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 installer = MakeMaker
16 Authority.authority = cpan:NUFFIN
17 ; tests optionally require 5.010
18 AutoPrereqs.skip = ^perl$
19 MinimumPerl.test_finder = all_files_but_using_5.10_features
20 -remove = Test::CleanNamespaces
21
22 ; TODO: make this an option of [Test::MinimumVersion]
23 [Substitute]
24 file = xt/release/minimum-version.t
25 code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/
26
27 [Prereqs::Soften]
28 to_relationship = suggests
29 copy_to = develop.requires
30 module = Capture::Tiny  ; capture_stderr
31 module = Sub::Name
32 module = Sub::Util
33
34 [OnlyCorePrereqs]
35 check_dual_life_versions = 0