changelog
[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 [Authority]
10 authority = cpan:SKAUFMAN
11 do_munging = 0
12
13 [MetaResources]
14 ;Old issues are still in RT, if I move em over I'll change it to github.
15 ;bugtracker.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues
16 repository.url    = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
17 repository.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures
18 repository.type   = git
19
20 [PkgVersion]
21 [NextRelease]
22
23 [Git::Tag]
24 [Git::NextVersion]
25
26 [Git::Push]
27
28 [Clean]
29 [PruneCruft]
30 [ManifestSkip]
31 [MetaYAML]
32 [License]
33 [Readme]
34 [ExtraTests]
35
36 [MakeMaker]
37 [Manifest]
38
39 [Test::Compile]
40 [TestRelease]
41
42 [ConfirmRelease]
43 [UploadToCPAN]
44
45 [GatherDir]
46 exclude_match=.*\.db
47
48 [Encoding]
49 encoding=bytes
50 match=.*\.db
51 [Prereqs / ConfigureRequires]
52     ExtUtils::MakeMaker=6.59
53
54 [Prereqs / BuildRequires]
55 DBIx::Class::InflateColumn::FS = 0.01007
56 ExtUtils::MakeMaker = 6.59
57 Test::More = 0.98
58
59 [Prereqs]
60 Class::Accessor::Grouped = 0.1001
61 Config::Any = 0.23
62 DBIx::Class = 0.08102
63 DBIx::Class::Schema::Loader = 0.07035
64 Data::Dump::Streamer = 2.05
65 Data::Visitor = 0.3
66 DateTime = 1.03
67 DateTime::Format::MySQL = 0
68 DateTime::Format::Pg = 0
69 DateTime::Format::SQLite = 0.1
70 File::Copy::Recursive = 0.38
71 File::Path = 2.09
72 File::Spec::Functions = 3.4
73 Hash::Merge = 0.1
74 JSON::Syck = 1.27
75 MIME::Base64 = 0
76 Path::Class = 0.32
77 Scalar::Util = 1.27
78 perl = 5.6.1
79 Test::Compile::Internal = 0