-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
89 lines (75 loc) · 1.94 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
name = App-Job
[Prereqs]
Class::Usul::Cmd = v0.1.1
Daemon::Control = 0.001010
Data::Page = 2.03
File::DataClass = v0.73.4
HTML::Forms = v0.1.41
HTML::StateTable = v0.1.50
Moo = 2.005005
MooX::HandlesVia = 0.001009
Try::Tiny = 0.31
Type::Tiny = 2.002001
Unexpected = v1.0.5
namespace::autoclean = 0.29
perl = 5.010001
[Prereqs / ConfigureRequires]
version = 0.88
Module::Build = 0.4004
[Prereqs / BuildRequires]
version = 0.88
Module::Build = 0.4004
[Prereqs / TestRequires]
version = 0.88
Module::Build = 0.4004
Test::Requires = 0.06
[Meta::Dynamic::Config]
[MetaNoIndex]
directory = examples
directory = inc
directory = share
directory = t
[MetaProvides::Package]
inherit_version = 0
meta_noindex = 1
[MetaResources]
license = http://dev.perl.org/licenses/
homepage = https://metacpan.org/author/PJFL
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Job
bugtracker.mailto = [email protected]
repository.url = git://github.com/pjfl/p5-app-job.git
repository.web = http://github.com/pjfl/p5-app-job
repository.type = git
[ReadmeAnyFromPod / ReadmeMarkdownInRoot]
filename = README.md
location = root
type = markdown
[Run::BeforeBuild]
run = cp .build.PL Build.PL
[CopyFilesFromBuild]
copy = Build.PL
move = cpanfile
[GatherDir]
exclude_filename = cpanfile
; So apparently order matters
[ReadmeAnyFromPod]
[Signature]
[AbstractFromPOD]
[LicenseFromModule]
[VersionFromModule]
[ModuleBuild::Custom]
[License]
[CPANFile]
[MetaConfig]
[MetaJSON]
[MetaYAML]
[ManifestInRoot]
[ManifestSkip]
[Test::ReportMetadata]
; Local Variables:
; mode: conf-windows
; eval: (load-project-state "app-job")
; tab-title: App::Job
; tab-width: 3
; End:
; vim: expandtab shiftwidth=3: