forked from haarg/wgdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
76 lines (65 loc) · 1.63 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name = WGDev
author = Graham Knop <[email protected]>
license = Perl_5
copyright_holder = Graham Knop
;[AutoPrereq]
;skip = ^WebGUI\b
[Prereqs]
perl = 5.8.8
App::Prove = 0
Config::JSON = 0
Cwd = 0
DBI = 0
File::Copy = 0
File::Find = 0
File::Path = 0
File::Spec = 0
File::Temp = 0.19
Getopt::Long = 0
JSON = 2.00
Pod::Html = 0
Pod::Perldoc = 0
Pod::Usage = 0
Text::ParseWords = 0
version = 0
Exception::Class = 0
Try::Tiny = 0
parent = 0
[Prereqs / TestRequires]
Scope::Guard = 0
Test::Builder::Module = 0
Test::Exception = 0
Test::MockObject::Extends = 0
Test::MockObject = 0
Test::More = 0
Test::NoWarnings = 0
Test::Warn = 0
[Prereqs / RuntimeRecommends]
Term::ANSIColor = 0
[MetaResources]
bugtracker.web = http://github.com/haarg/wgdev/issues
repository.url = git://github.com/haarg/wgdev.git
repository.web = http://github.com/haarg/wgdev
repository.type = git
[NextRelease]
format = %v - %{MMM dd yyyy}d
[AutoVersion]
major = 0
format = {{ $major }}.{{ cldr('yyMMdd') }}{{ sprintf('%01u', ($ENV{N} || 0)) }}
[@Filter]
-bundle = @Classic
-remove = Readme
-remove = PodVersion
-remove = UploadToCPAN
[PodWeaver]
; authordep Pod::Elemental::Transformer::List
[Test::Perl::Critic]
;[Signature]
;[TestRelease]
[FakeRelease]
[@Git]
; builds wgd single script
; authordep App::FatPacker
; authordep Module::CoreList
; authordep Capture::Tiny
[=inc::Dist::Zilla::Plugin::WGDev]