remove makefile, replaced with a generated one
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
1 name = DBIx-Class-Fixtures
2 author = Luke Saunders <luke@shadowcatsystems.co.uk>
3 license = Perl_5
4 copyright_holder = Luke Saunders
5 copyright_year   = 2014
6 abstract = Dump data and repopulate a database using rules
7 main_module = lib/DBIx/Class/Fixtures.pm
8
9 [PkgVersion]
10 [NextRelease]
11
12 [Git::Tag]
13 [Git::NextVersion]
14
15 [Git::Push]
16
17 [Clean]
18 [PruneCruft]
19 [ManifestSkip]
20 [MetaYAML]
21 [License]
22 [Readme]
23 [ExtraTests]
24
25 [MakeMaker]
26 [Manifest]
27
28 [Test::Compile]
29 [TestRelease]
30
31 [AutoPrereqs]
32 [GatherDir]
33 exclude_match=.*\.db
34
35 [Encoding]
36 encoding=bytes
37 match=.*\.db
38 [Prereqs / ConfigureRequires]
39     ExtUtils::MakeMaker=6.59
40
41 [Prereqs / BuildRequires]
42 DBIx::Class::InflateColumn::FS = 0.01007
43 ExtUtils::MakeMaker = 6.59
44 Test::More = 0.98
45
46 [Prereqs]
47 Class::Accessor::Grouped = 0.1001
48 Config::Any = 0.23
49 DBIx::Class = 0.08102
50 DBIx::Class::Schema::Loader = 0.07035
51 Data::Dump::Streamer = 2.05
52 Data::Visitor = 0.3
53 DateTime = 1.03
54 DateTime::Format::MySQL = 0
55 DateTime::Format::Pg = 0
56 DateTime::Format::SQLite = 0.1
57 File::Copy::Recursive = 0.38
58 File::Path = 2.09
59 File::Spec::Functions = 3.4
60 Hash::Merge = 0.1
61 JSON::Syck = 1.27
62 MIME::Base64 = 0
63 Path::Class = 0.32
64 Scalar::Util = 1.27
65 perl = 5.6.1
66