-
Notifications
You must be signed in to change notification settings - Fork 3
/
dist.ini
56 lines (47 loc) · 1.24 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
50
51
52
53
54
55
56
name = P9Y-ProcessTable
author = Brendan Byrd <[email protected]>
license = Artistic_2_0
copyright_holder = Brendan Byrd
copyright_year = 2013
[Meta::Dynamic::Config]
[=inc::P9YOSDeps / P9YOSDeps]
; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
[@Author::BBYRD]
; Custom Makemaker
-remove = MakeMaker
; Custom Prereqs
-remove = @Prereqs
-remove = AutoPrereqs
-remove = MinimumPerl
-remove = MinimumPrereqs
-remove = PrereqsClean
; Coverage is a bit odd
-remove = PodCoverageTests
; Shouldn't try to use all of the OS modules
-remove = Test::Compile
-remove = Test::Version
; Special case in PodWeaver
-remove = PodWeaver
x_irc = irc://irc.perl.org/#win32
; the 'dzil authordeps' command itself can't run inc::P9YOSDeps
; with installing Awesome first
post_before_install_dzil = cpanm --quiet --notest --skip-satisfied Dist::Zilla::Plugin::MakeMaker::Awesome
[FileFinder::ByName / NoOSMods]
dir = lib
match = Process(Table)?\.pm
[PodWeaver]
config_plugin = @Author::BBYRD
finder = NoOSMods
[@Prereqs]
finder = NoOSMods
skip = ^P9Y::ProcessTable
minimum_perl = 5.8.8
minimum_year = 2006
[Prereqs]
List::AllUtils = 0
Path::Class = 0.32
namespace::clean = 0
Module::Runtime = 0
[Prereqs / TestRequires]
Devel::SimpleTrace = 0
Test::Most = 0