changed my mind, going for version 1.001021_01 instead
[dbsrgits/DBIx-Class-Fixtures.git] / dist.ini
CommitLineData
520db51a 1name = DBIx-Class-Fixtures
2author = Luke Saunders <luke@shadowcatsystems.co.uk>
3license = Perl_5
4copyright_holder = Luke Saunders
5copyright_year = 2014
6abstract = Dump data and repopulate a database using rules
7main_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]
33exclude_match=.*\.db
34
35[Encoding]
36encoding=bytes
37match=.*\.db
38[Prereqs / ConfigureRequires]
39 ExtUtils::MakeMaker=6.59
40
41[Prereqs / BuildRequires]
42DBIx::Class::InflateColumn::FS = 0.01007
43ExtUtils::MakeMaker = 6.59
44Test::More = 0.98
45
46[Prereqs]
47Class::Accessor::Grouped = 0.1001
48Config::Any = 0.23
49DBIx::Class = 0.08102
50DBIx::Class::Schema::Loader = 0.07035
51Data::Dump::Streamer = 2.05
52Data::Visitor = 0.3
53DateTime = 1.03
54DateTime::Format::MySQL = 0
55DateTime::Format::Pg = 0
56DateTime::Format::SQLite = 0.1
57File::Copy::Recursive = 0.38
58File::Path = 2.09
59File::Spec::Functions = 3.4
60Hash::Merge = 0.1
61JSON::Syck = 1.27
62MIME::Base64 = 0
63Path::Class = 0.32
64Scalar::Util = 1.27
65perl = 5.6.1
66