forked from nothingmuch/kiokudb-backend-dbi
-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
42 lines (32 loc) · 785 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
name = KiokuDB-Backend-DBI
version = 1.22
author = Yuval Kogman
license = Perl_5
copyright_holder = Yuval Kogman, Infinity Interactive
; authordep Dist::Zilla::PluginBundle::NUFFIN
[@Filter]
-bundle = @NUFFIN
-remove = MakeMaker
-remove = Signature
-remove = PodWeaver ; don't break shit yet, next release
dist = KiokuDB-Backend-DBI
repository_at = github
; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
[=inc::DBICOptionalDeps]
[Prereqs / ConfigureRequires]
DBIx::Class::Optional::Dependencies = 0
[=inc::DistMeta]
dynamic_config = 1
[Prereqs]
Moose = 0
MooseX::Types = 0.08
MooseX::Types::Moose = 0
KiokuDB = 0.46
DBIx::Class = 0.08127
DBI = 1.607
Data::Stream::Bulk = 0.07
Test::use::ok = 0
Test::More = 0.88
Test::TempDir = 0
SQL::Abstract = 0
Search::GIN = 0.07