Merge pull request #22 from hatsuseno/master
[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
7[@DOY]
027bdf22 8:version = 0.14
12b7dc6c 9dist = Try-Tiny
10repository = github
11authority = cpan:NUFFIN
12b7dc6c 12done_testing = 0
13Git::Tag_tag_format = %N-%v
14Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$
15
12b7dc6c 16[AutoPrereqs]
17; tests optionally require 5.010
18skip = ^perl$
2dffd886 19; tests for optional Sub::Name stuff
20skip = ^Sub::Name$
ed5dea68 21; tests optionally require Capture::Tiny
22skip = ^Capture::Tiny$
12b7dc6c 23
24[Prereqs]
25perl = 5.006
ed5dea68 26
27[Prereqs / TestRecommends]
28Capture::Tiny = 0.12 ; capture_stderr
77f6c1e7 29perl = 5.010
30Sub::Name = 0