Add empty possible value to Object::Enum values
[dbsrgits/DBIx-Class-InflateColumn-Object-Enum.git] / dist.ini
1 name = DBIx-Class-InflateColumn-Object-Enum
2 author = Jason M. Mills <jmmills@cpan.org>
3 license = Perl_5
4 copyright_holder = Jason M. Mills
5
6 [Git::NextVersion]
7 first_version = 0.04
8
9 [License]
10 [PkgVersion]
11 [GatherDir]
12 [MetaYAML]
13 [MakeMaker]
14 [Manifest]
15 [TestRelease]
16 [ConfirmRelease]
17 [UploadToCPAN]
18
19 [PruneCruft]
20 [PruneFiles]
21 filename = dbic-ic-o-e.iml
22 filename = dist.ini
23 match = ^xt/
24
25 [Prereqs]
26 DBIx::Class::Schema = 0
27 Object::Enum = 0
28
29 [Prereqs / TestRequires]
30 Test::More = 0
31 DBICx::TestDatabase = 0
32