-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdist.ini
46 lines (40 loc) · 983 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
name = CHI-Driver-DBI
abstract = Use DBI for cache storage
main_module = lib/CHI/Driver/DBI.pm
author = Jonathan Swartz <[email protected]>
license = Perl_5
copyright_year = 2011
copyright_holder = Justin DeVuyst
version = 1.27
[MetaResources]
bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=CHI-Driver-DBI
bugtracker.mailto = [email protected]
repository.url = git://github.com/jonswar/perl-chi-driver-dbi.git
repository.web = https://github.com/jonswar/perl-chi-driver-dbi
repository.type = git
; Build
[ExecDir]
[ExtraTests]
[GatherDir]
[License]
[MakeMaker]
[ManifestSkip]
[Manifest]
[MetaJSON]
[MetaYAML]
[MetaNoIndex]
directory = lib/CHI/Driver/DBI/t
directory = lib/CHI/Driver/DBI/Test
file = lib/CHI/Driver/DBI/Util.pm
[PkgVersion]
[PodWeaverIfPod]
[PruneCruft]
[Prereqs / RuntimeRequires]
CHI = 0.241
DBI = 1.26
Moose = 0.66
[Prereqs / TestRequires]
Test::Class = 0
Test::More = 0
; These need to be at the bottom
[InstallGuide]