-
Notifications
You must be signed in to change notification settings - Fork 1
/
dist.ini
52 lines (37 loc) · 934 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
name = Compress-LZ4Frame
author = Felix Bytow <felix.bytow@googlemail.com>
license = Perl_5
copyright_holder = afr-consulting GmbH
copyright_year = 2018
version = 0.012002
[MinimumPerl]
[@Filter]
-bundle = @Basic
-remove = MakeMaker
-remove = GatherDir
[Encoding]
encoding = bytes
match = [.]lz4$
[MetaJSON]
[MetaProvides::Package]
[MetaResources]
bugtracker.web = https://github.com/autinitysystems/Compress-LZ4Frame/issues
repository.web = https://github.com/autinitysystems/Compress-LZ4Frame
repository.url = https://github.com/autinitysystems/Compress-LZ4Frame.git
repository.type = git
[GatherDir]
exclude_filename = README.md
[PkgVersion]
[NextRelease]
[Git::CommitBuild]
[@Git]
allow_dirty = dist.ini
allow_dirty = README
allow_dirty = .travis.yml
push_to = origin
push_to = origin build/master:build/master
[Prereqs]
[PodWeaver]
[MakeMaker::Awesome]
WriteMakefile_arg = OBJECT => '$(O_FILES)'
[PPPort]