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