-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
56 lines (41 loc) · 984 Bytes
/
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
name = Docker-Registry
author = Jose Luis Martínez <joseluis.martinez@capside.com>
copyright_holder = CAPSiDE
copyright_year = 2018
license = Apache_2_0
main_module = lib/Docker/Registry.pm
[VersionFromModule]
[Git::GatherDir]
exclude_match=Makefile
exclude_match=LICENSE
exclude_match=CONTRIBUTORS
[ExecDir]
dir = bin
[MakeMaker]
[CopyFilesFromBuild::Filtered]
copy = Makefile.PL
copy = CONTRIBUTORS
[@Git]
allow_dirty = dist.ini
allow_dirty = Changes
allow_dirty = README
allow_dirty = Makefile.PL
[Prereqs::FromCPANfile]
[MetaYAML]
[MetaJSON]
[MetaResources]
repository.web = https://github.com/pplu/docker-registry
repository.url = https://github.com/pplu/docker-registry.git
repository.type = git
bugtracker.web = https://github.com/pplu/docker-registry/issues
[License]
[Git::Contributors]
order_by = commits
[ContributorsFile]
filename = CONTRIBUTORS
;[RunExtraTests]
;[TestRelease]
;[PodSyntaxTests]
;[FileFinder::ByName / Examples]
;dir = examples
[Manifest]