-
Notifications
You must be signed in to change notification settings - Fork 21
/
dist.ini
56 lines (43 loc) · 1.11 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
name = Convert-ASN1
author = Graham Barr <gbarr@cpan.org>
license = Perl_5
copyright_holder = Graham Barr
abstract = Convert between perl data structures and ASN.1 encoded packets
[Meta::Maintainers]
maintainer = Timothy Legge <timlegge@gmail.com>
[@Filter]
:version = 4.1 ; Dist::Zilla version needed
bundle = @Basic
remove = GatherDir
remove = Readme
[MetaNoIndex]
directory = lib/Convert/ASN1
directory = t
directory = examples
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = Makefile.PL
[Git::NextVersion]
[PkgVersion]
[PodVersion]
[Prereqs / TestRequires]
Test::More = 0.90
Math::BigInt = 1.997
[NextRelease]
format = %v -- %{EEE MMM dd HH:mm:ss VVV yyyy}d
filename = ChangeLog
[MetaJSON]
[MetaResources]
bugtracker.web = https://github.com/gbarr/perl-Convert-ASN1/issues
repository.web = https://github.com/gbarr/perl-Convert-ASN1
repository.url = git://github.com/gbarr/perl-Convert-ASN1.git
repository.type = git
[CPANFile]
[CopyFilesFromBuild::Filtered]
copy = cpanfile
copy = Makefile.PL
[CopyFilesFromRelease]
copy = cpanfile, Makefile.PL
[Signature]
[@Git]
changelog = ChangeLog