Merge branch 'os_compat_files'
[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]
0699e103 24[Git::Contributors]
01a10324 25[VersionFromModule]
520db51a 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
25017438 43[ConfirmRelease]
44[UploadToCPAN]
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
520db51a 75Hash::Merge = 0.1
76JSON::Syck = 1.27
77MIME::Base64 = 0
78Path::Class = 0.32
79Scalar::Util = 1.27
80perl = 5.6.1
80286269 81Test::Compile::Internal = 0
924e1009 82IO::All = 0