forked from doy/try-tiny
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdist.ini
49 lines (42 loc) · 1.53 KB
/
dist.ini
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = Try-Tiny
author = יובל קוג'מן (Yuval Kogman) <[email protected]>
author = Jesse Luehrs <[email protected]>
license = MIT
copyright_holder = יובל קוג'מן (Yuval Kogman)
copyright_year = 2009
[FileFinder::Filter / all_files_but_using_5.10_features]
finder = :TestFiles
skip = t/given_when.t
skip = t/when.t
[@Author::ETHER]
:version = 0.136
; instead of using the remote: origin = [email protected]:Sub-Name.git,
; use the read-only mirror remote: github = [email protected]:p5sagit/Sub-Name.git
; so we can receive github pull requests
server = github
GithubMeta.remote = github
installer = MakeMaker ; stay 5.6-friendly
authority = cpan:NUFFIN
; tests optionally require 5.010
AutoPrereqs.skip = ^perl$
MinimumPerl.test_finder = all_files_but_using_5.10_features
-remove = Test::CleanNamespaces
Git::Push.push_to[] = origin ; [email protected]:Try-Tiny.git
Git::Push.push_to[] = github master:master ; [email protected]:p5sagit/Try-Tiny.git
; TODO: make this an option of [Test::MinimumVersion]
[Substitute]
file = xt/author/minimum-version.t
code = s/^(all_minimum_version_ok\([^)]+)(\s*\);)/$1, { skip => [qw(t\/given_when\.t t\/when\.t)] }$2/
[Prereqs::Soften]
to_relationship = suggests
copy_to = develop.requires
module = Capture::Tiny ; capture_stderr
module = Sub::Name
module = Sub::Util
[OnlyCorePrereqs]
check_dual_life_versions = 0
[Breaks]
Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1
[Test::CheckBreaks]
:version = 0.018
no_forced_deps = 1