OSDN Git Service

sdsasd
[btop/system-metrics.git] / dist.ini
1 name    = System-Metrics
2 author  = Tomasz Konojacki <me@xenu.pl>
3 license = BSD_1_Clause
4 copyright_holder = Tomasz Konojacki
5 copyright_year   = 2020
6
7 [MetaResources]
8 repository.web = https://osdn.net/projects/btop/scm/git/system-metrics
9 repository.url = git://git.osdn.net/gitroot/btop/system-metrics.git
10 repository.type = git
11
12 [PruneCruft]
13 [MetaYAML]
14 [MetaJSON]
15 [License]
16 [Manifest]
17 [TestRelease]
18 [ConfirmRelease]
19 [UploadToCPAN]
20 [Test::Compile]
21 [NextRelease]
22 [ModuleBuild::Custom]
23 mb_version = 0.4004
24
25 [Git::GatherDir]
26 exclude_filename = Makefile.PL
27 exclude_filename = azure-pipelines.yml
28
29 [Git::Check]
30 allow_dirty = Changes
31
32 [PodVersion]
33 [RewriteVersion]
34
35 use_package = 1
36
37 [Git::Commit / Release]
38 commit_msg = release %v
39 allow_dirty = Changes
40
41 [Git::Tag]
42
43 [BumpVersionAfterRelease]
44 munge_makefile_pl = 0
45
46 [Git::Commit / BumpVersion]
47 allow_dirty_match = ^
48 commit_msg = bump version
49 [Git::Push]
50
51 [Prereqs]
52 strict = 0
53 warnings = 0
54 XSLoader = 0
55
56 [Prereqs / ConfigureRequires]
57 Config = 0
58 ExtUtils::CppGuess = 0
59
60 [Prereqs / TestRequires]
61 Test2::V0 = 0