changelog
[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
81bb07ba 9[Authority]
10authority = cpan:SKAUFMAN
11do_munging = 0
12
7486ad42 13[MetaResources]
338d1283 14bugtracker.web = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues
7486ad42 15repository.url = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
16repository.web = https://github.com/dbsrgits/DBIx-Class-Fixtures
17repository.type = git
18
520db51a 19[PkgVersion]
20[NextRelease]
21
22[Git::Tag]
0699e103 23[Git::Contributors]
01a10324 24[VersionFromModule]
520db51a 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
25017438 42[ConfirmRelease]
43[UploadToCPAN]
520db51a 44[GatherDir]
45exclude_match=.*\.db
9ff1816a 46exclude_filename = Makefile.PL
520db51a 47
48[Encoding]
49encoding=bytes
50match=.*\.db
9ff1816a 51
52[CopyFilesFromBuild]
53copy = Makefile.PL
520db51a 54[Prereqs / ConfigureRequires]
9ff1816a 55ExtUtils::MakeMaker=6.59
520db51a 56
57[Prereqs / BuildRequires]
58DBIx::Class::InflateColumn::FS = 0.01007
59ExtUtils::MakeMaker = 6.59
60Test::More = 0.98
61
62[Prereqs]
63Class::Accessor::Grouped = 0.1001
64Config::Any = 0.23
65DBIx::Class = 0.08102
66DBIx::Class::Schema::Loader = 0.07035
67Data::Dump::Streamer = 2.05
68Data::Visitor = 0.3
69DateTime = 1.03
70DateTime::Format::MySQL = 0
71DateTime::Format::Pg = 0
72DateTime::Format::SQLite = 0.1
73File::Copy::Recursive = 0.38
520db51a 74Hash::Merge = 0.1
75JSON::Syck = 1.27
76MIME::Base64 = 0
77Path::Class = 0.32
78Scalar::Util = 1.27
79perl = 5.6.1
80286269 80Test::Compile::Internal = 0
338d1283 81IO::All = 0.85