move Sub::Util prereq to suggests
[p5sagit/Try-Tiny.git] / dist.ini
CommitLineData
12b7dc6c 1name = Try-Tiny
8c534220 2author = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
12b7dc6c 3author = Jesse Luehrs <doy@tozt.net>
4license = MIT
8c534220 5copyright_holder = יובל קוג'מן (Yuval Kogman)
6copyright_year = 2009
12b7dc6c 7
dbb907ac 8[@Author::ETHER]
9installer = MakeMaker
10Authority.authority = cpan:NUFFIN
12b7dc6c 11; tests optionally require 5.010
dbb907ac 12AutoPrereqs.skip[0] = ^perl$
2dffd886 13; tests for optional Sub::Name stuff
dbb907ac 14AutoPrereqs.skip[1] = ^Sub::Name$
15AutoPrereqs.skip[2] = ^Sub::Util$
ed5dea68 16; tests optionally require Capture::Tiny
dbb907ac 17AutoPrereqs.skip[3] = ^Capture::Tiny$
dc2a5fb6 18-remove = Test::MinimumVersion ; t/given_when.t implies needing 5.010
a2023f04 19-remove = Test::CleanNamespaces
12b7dc6c 20
94ea0919 21[RemovePrereqs]
22remove = perl ; 5.010 prereq found in t/*when.t
23
12b7dc6c 24[Prereqs]
25perl = 5.006
ed5dea68 26
27[Prereqs / TestRecommends]
28Capture::Tiny = 0.12 ; capture_stderr
5ee27f1f 29
30[Prereqs / TestSuggests]
2f7f4153 31Sub::Util = 0