a5556fea150f691042a1e22ff0a25da58bb46632
[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::Contributors]
25 [VersionFromModule]
26
27 [Git::Push]
28
29 [Clean]
30 [PruneCruft]
31 [ManifestSkip]
32 [MetaYAML]
33 [License]
34 [Readme]
35 [ExtraTests]
36
37 [MakeMaker]
38 [Manifest]
39
40 [Test::Compile]
41 [TestRelease]
42
43 [ConfirmRelease]
44 [UploadToCPAN]
45 [GatherDir]
46 exclude_match=.*\.db
47 exclude_filename = Makefile.PL
48
49 [Encoding]
50 encoding=bytes
51 match=.*\.db
52
53 [CopyFilesFromBuild]
54 copy = Makefile.PL
55 [Prereqs / ConfigureRequires]
56 ExtUtils::MakeMaker=6.59
57
58 [Prereqs / BuildRequires]
59 DBIx::Class::InflateColumn::FS = 0.01007
60 ExtUtils::MakeMaker = 6.59
61 Test::More = 0.98
62
63 [Prereqs]
64 Class::Accessor::Grouped = 0.1001
65 Config::Any = 0.23
66 DBIx::Class = 0.08102
67 DBIx::Class::Schema::Loader = 0.07035
68 Data::Dump::Streamer = 2.05
69 Data::Visitor = 0.3
70 DateTime = 1.03
71 DateTime::Format::MySQL = 0
72 DateTime::Format::Pg = 0
73 DateTime::Format::SQLite = 0.1
74 File::Copy::Recursive = 0.38
75 Hash::Merge = 0.1
76 JSON::Syck = 1.27
77 MIME::Base64 = 0
78 Path::Class = 0.32
79 Scalar::Util = 1.27
80 perl = 5.6.1
81 Test::Compile::Internal = 0
82 IO::All = 0