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]
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
16repository.url = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
17repository.web = https://github.com/dbsrgits/DBIx-Class-Fixtures
18repository.type = git
19
520db51a 20[PkgVersion]
21[NextRelease]
22
23[Git::Tag]
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]
b113195c 44[ContributorsFromGit]
520db51a 45[GatherDir]
46exclude_match=.*\.db
9ff1816a 47exclude_filename = Makefile.PL
520db51a 48
49[Encoding]
50encoding=bytes
51match=.*\.db
9ff1816a 52
53[CopyFilesFromBuild]
54copy = Makefile.PL
520db51a 55[Prereqs / ConfigureRequires]
9ff1816a 56ExtUtils::MakeMaker=6.59
520db51a 57
58[Prereqs / BuildRequires]
59DBIx::Class::InflateColumn::FS = 0.01007
60ExtUtils::MakeMaker = 6.59
61Test::More = 0.98
62
63[Prereqs]
64Class::Accessor::Grouped = 0.1001
65Config::Any = 0.23
66DBIx::Class = 0.08102
67DBIx::Class::Schema::Loader = 0.07035
68Data::Dump::Streamer = 2.05
69Data::Visitor = 0.3
70DateTime = 1.03
71DateTime::Format::MySQL = 0
72DateTime::Format::Pg = 0
73DateTime::Format::SQLite = 0.1
74File::Copy::Recursive = 0.38
75File::Path = 2.09
76File::Spec::Functions = 3.4
77Hash::Merge = 0.1
78JSON::Syck = 1.27
79MIME::Base64 = 0
80Path::Class = 0.32
81Scalar::Util = 1.27
82perl = 5.6.1
80286269 83Test::Compile::Internal = 0