forked from rafl/perlfaq
-
Notifications
You must be signed in to change notification settings - Fork 34
/
dist.ini
109 lines (86 loc) · 2.32 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
name = perlfaq
abstract = Frequently asked questions about Perl
author = Tom Christiansen <[email protected]>
author = Nat Torkington <[email protected]>
author = brian d foy <[email protected]>
author = Leo Lapworth <[email protected]>
author = perlfaq-workers <[email protected]>
author = The Perl 5 Porters <[email protected]>
license = Perl_5
copyright_holder = Tom Christiansen, Nathan Torkington, and others
:version = 6.014 ; . in @INC
[AutoVersion]
format = 5.{{ cldr('yyyyMMdd') . ($ENV{DEV} ? sprintf('_%03u', $ENV{DEV}) : '') }}
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[MakeMaker]
[Manifest]
[TestRelease]
[UploadToCPAN]
; authordep Software::License::Perl_5 = 0.103009
[Git::GatherDir]
exclude_filename = LICENSE
exclude_filename = README.pod ; cannot be included in the tarball or it will be installed!
[RunExtraTests]
:version = 0.019
default_jobs = 9
[DualLife]
entered_core = 5.015000
[MetaConfig]
[MinimumPerl]
:version = 1.006
configure_finder = :NoFiles
[Test::Compile]
[PodSyntaxTests]
[Test::NoTabs]
[Test::EOL]
;[Test::PodSpelling] ; TODO: but create in the dist, with a huge stopword list
[Test::ChangesHasContent]
[MojibakeTests]
[Test::Portability]
[Test::MinimumVersion]
:version = 2.000003
max_target_perl = 5.006
[MetaResources]
repository.type = git
repository.url = https://github.com/perl-doc-cats/perlfaq.git
repository.web = https://github.com/perl-doc-cats/perlfaq
bugtracker.web = https://github.com/perl-doc-cats/perlfaq/issues
homepage = https://metacpan.org/release/perlfaq
x_IRC = irc://irc.perl.org/#perl-faq
[Git::Contributors]
[Authority]
authority = cpan:LLAP
do_metadata = 1
do_munging = 0
[MetaNoIndex]
directory = inc
[=inc::CreateQuestionList]
; authordep Template
; authordep HTML::TreeBuilder
; authordep Pod::Simple::XHTML
[FileFinder::Filter / PodFiles]
finder = :InstallModules
skip = \.pm$
[PodVersion]
finder = PodFiles
[Git::Check]
:version = 2.025
build_warnings = 1
allow_dirty =
[Git::CheckFor::MergeConflicts]
[Git::CheckFor::CorrectBranch]
:version = 0.004
release_branch = master
[Git::Remote::Check]
branch = master
remote_branch = master
[CopyFilesFromRelease]
filename = LICENSE
[@Git::VersionManager]
RewriteVersion::Transitional.skip_version_provider = 1
commit_files_after_release = LICENSE
[Git::Push]
[ConfirmRelease]