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