switch to my bundle
[p5sagit/Try-Tiny.git] / dist.ini
CommitLineData
12b7dc6c 1name = Try-Tiny
2author = Yuval Kogman <nothingmuch@woobling.org>
3author = Jesse Luehrs <doy@tozt.net>
4license = MIT
5copyright_holder = Yuval Kogman
6
dbb907ac 7[@Author::ETHER]
8installer = MakeMaker
9Authority.authority = cpan:NUFFIN
12b7dc6c 10; tests optionally require 5.010
dbb907ac 11AutoPrereqs.skip[0] = ^perl$
2dffd886 12; tests for optional Sub::Name stuff
dbb907ac 13AutoPrereqs.skip[1] = ^Sub::Name$
14AutoPrereqs.skip[2] = ^Sub::Util$
ed5dea68 15; tests optionally require Capture::Tiny
dbb907ac 16AutoPrereqs.skip[3] = ^Capture::Tiny$
12b7dc6c 17
18[Prereqs]
19perl = 5.006
ed5dea68 20
21[Prereqs / TestRecommends]
22Capture::Tiny = 0.12 ; capture_stderr
2f7f4153 23Sub::Util = 0