took out autoprereqs
[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 [ConfirmRelease]
32 [UploadToCPAN]
33
34 [GatherDir]
35 exclude_match=.*\.db
36
37 [Encoding]
38 encoding=bytes
39 match=.*\.db
40 [Prereqs / ConfigureRequires]
41     ExtUtils::MakeMaker=6.59
42
43 [Prereqs / BuildRequires]
44 DBIx::Class::InflateColumn::FS = 0.01007
45 ExtUtils::MakeMaker = 6.59
46 Test::More = 0.98
47
48 [Prereqs]
49 Class::Accessor::Grouped = 0.1001
50 Config::Any = 0.23
51 DBIx::Class = 0.08102
52 DBIx::Class::Schema::Loader = 0.07035
53 Data::Dump::Streamer = 2.05
54 Data::Visitor = 0.3
55 DateTime = 1.03
56 DateTime::Format::MySQL = 0
57 DateTime::Format::Pg = 0
58 DateTime::Format::SQLite = 0.1
59 File::Copy::Recursive = 0.38
60 File::Path = 2.09
61 File::Spec::Functions = 3.4
62 Hash::Merge = 0.1
63 JSON::Syck = 1.27
64 MIME::Base64 = 0
65 Path::Class = 0.32
66 Scalar::Util = 1.27
67 perl = 5.6.1