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 [VersionFromModule]
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 [ContributorsFromGit]
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 File::Path = 2.09
76 File::Spec::Functions = 3.4
77 Hash::Merge = 0.1
78 JSON::Syck = 1.27
79 MIME::Base64 = 0
80 Path::Class = 0.32
81 Scalar::Util = 1.27
82 perl = 5.6.1
83 Test::Compile::Internal = 0