-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdist.ini
68 lines (58 loc) · 1.53 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
62
63
64
65
66
67
68
name = Yakuake-Sessions
[Prereqs]
perl = 5.010001
namespace::autoclean = 0.19
Class::Usul = v0.41.0
File::DataClass = v0.35.0
Moo = 1.004002
Net::DBus = v1.0.0
Try::Tiny = 0.22
Unexpected = 0.22.1
[Prereqs / ConfigureRequires]
version = 0.88
Module::Build = 0.4004
[Prereqs / BuildRequires]
version = 0.88
Module::Build = 0.4004
Test::Requires = 0.06
[Meta::Dynamic::Config]
[MetaNoIndex]
directory = examples
directory = inc
directory = share
directory = t
[MetaProvides::Package]
inherit_version = 0
meta_noindex = 1
[MetaResources]
license = http://dev.perl.org/licenses/
homepage = https://metacpan.org/author/PJFL
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Yakuake-Sessions
bugtracker.mailto = bug-Yakuake-Sessions@rt.cpan.org
repository.url = git://github.com/pjfl/p5-yakuake-sessions.git
repository.web = http://github.com/pjfl/p5-yakuake-sessions
repository.type = git
[ReadmeAnyFromPod / ReadmeMarkdownInRoot]
filename = README.md
location = root
type = markdown
; So apparently order matters
[ReadmeAnyFromPod]
[Signature]
[GatherDir]
[AbstractFromPOD]
[LicenseFromModule]
[VersionFromModule]
[ModuleBuild::Custom]
[License]
[MetaJSON]
[MetaYAML]
[ManifestInRoot]
[ManifestSkip]
; Local Variables:
; mode: conf-windows
; eval: (load-project-state "yakuake-sessions")
; tab-title: Sessions
; tab-width: 3
; End:
; vim: expandtab shiftwidth=3: