-
Notifications
You must be signed in to change notification settings - Fork 5
/
dist.ini
61 lines (49 loc) · 1.12 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
name = Git-Hooks-PerlCritic
author = Caleb Cushing <xenoterracide@gmail.com>
license = Artistic_2_0
copyright_holder = L<HostGator.com|http://hostgator.com>
[ReadmeFromPod]
[@Filter]
-bundle = @Basic
-remove = Readme
[AutoPrereqs]
[OurPkgVersion]
[PodWeaver]
[MetaProvides::Package]
[MetaJSON]
[MetaNoIndex]
file = perlcritic.rc
[NextRelease]
format = %-9v %{yyyy-MM-dd}d
[ExtraTests]
[ReportVersions::Tiny]
[@TestingMania]
disable = NoTabsTests
critic_config = perlcritic.rc
[Test::PodSpelling]
stopwords = msg
[PruneFiles]
filenames = dist.ini
filenames = weaver.ini
[MetaResources]
bugtracker.mailto = development@hostgator.com
[AutoMetaResources]
homepage = https://metacpan.org/release/%{dist}
repository.github = user:hostgator
bugtracker.github = user:hostgator
bugtracker.mailto = development@hostgator.com
[@Git]
push_to = origin
push_to = my
tag_format = %v
tag_message = %v
commit_msg = %v%n%n%c
[Git::CommitBuild]
[Git::NextVersion]
first_version = 0.001000
version_regexp = ^(.+)$
[Git::Remote::Check]
[CheckChangesHasContent]
[InstallRelease]
install_command = cpanm .
[Clean]