summaryrefslogtreecommitdiff
path: root/dist.ini
blob: 000b1b38082cee1e14f66addb20cf6a422c3e863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name = Try-Tiny
author = Yuval Kogman <nothingmuch@woobling.org>
author = Jesse Luehrs <doy@tozt.net>
license = MIT
copyright_holder = Yuval Kogman

[@DOY]
:version = 0.14
dist = Try-Tiny
repository = github
authority = cpan:NUFFIN
done_testing = 0
Git::Tag_tag_format = %N-%v
Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$

[AutoPrereqs]
; tests optionally require 5.010
skip = ^perl$
; tests for optional Sub::Name stuff
skip = ^Sub::Name$
; tests optionally require Capture::Tiny
skip = ^Capture::Tiny$

[Prereqs]
perl = 5.006

[Prereqs / TestRecommends]
Capture::Tiny = 0.12 ; capture_stderr
perl = 5.010
Sub::Name = 0