-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
30 lines (26 loc) · 1.01 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
name = File-ShareDir-Install
author = Philip Gwyn <[email protected]>
copyright_holder = Philip Gwyn
copyright_year = 2009
license = Perl_5
[@Author::ETHER]
:version = 0.119
installer = MakeMaker ; stay high on the CPAN river
authority = cpan:GWYN
Test::MinimumVersion.max_target_perl = 5.006
Git::GatherDir.exclude_match = ^t/ ; included lower down, with dotfiles
MakeMaker.default_jobs = 1 ; temporary, until RT#111296 is fixed
-remove = ReadmeAnyFromPod ; when ./README.pod exists, newer EUMM complains
-remove = Test::Portability ; doesn't like some files in t/share
; note this plugin only existed starting with Dist::Zilla 6.009
[GatherFile]
filename = .proverc
[GatherDir / t]
root = t
prefix = t
include_dotfiles = 1
; Yes, this really is a legitimate build phase prereq!
; This is for fix RT#125571 for bmake issues
[DynamicPrereqs]
-condition = is_os('MSWin32')
-body = build_requires('ExtUtils::MakeMaker' => '7.3202')