add File::Path to deps, move test deps to TestRequires, add strict and warnings to...
[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]
7486ad42 14repository.url = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
15repository.web = https://github.com/dbsrgits/DBIx-Class-Fixtures
16repository.type = git
17
5c295e0f 18[MetaNoIndex]
19directory=t/lib
20directory=t/var
21
03a210ce 22
960bccb4 23[VersionFromModule]
520db51a 24[PkgVersion]
25[NextRelease]
26
27[Git::Tag]
0699e103 28[Git::Contributors]
520db51a 29
30[Git::Push]
31
32[Clean]
33[PruneCruft]
34[ManifestSkip]
03a210ce 35[MetaJSON]
520db51a 36[MetaYAML]
37[License]
38[Readme]
39[ExtraTests]
40
41[MakeMaker]
42[Manifest]
43
44[Test::Compile]
45[TestRelease]
46
25017438 47[ConfirmRelease]
48[UploadToCPAN]
520db51a 49[GatherDir]
50exclude_match=.*\.db
9ff1816a 51exclude_filename = Makefile.PL
520db51a 52
53[Encoding]
54encoding=bytes
55match=.*\.db
9ff1816a 56
57[CopyFilesFromBuild]
58copy = Makefile.PL
520db51a 59[Prereqs / ConfigureRequires]
9ff1816a 60ExtUtils::MakeMaker=6.59
520db51a 61
62[Prereqs / BuildRequires]
63DBIx::Class::InflateColumn::FS = 0.01007
64ExtUtils::MakeMaker = 6.59
65Test::More = 0.98
a1f70f6f 66Devel::Confess = 0
19c6539b 67Test::Fatal = 0
520db51a 68
69[Prereqs]
70Class::Accessor::Grouped = 0.1001
71Config::Any = 0.23
72DBIx::Class = 0.08102
73DBIx::Class::Schema::Loader = 0.07035
74Data::Dump::Streamer = 2.05
75Data::Visitor = 0.3
76DateTime = 1.03
77DateTime::Format::MySQL = 0
78DateTime::Format::Pg = 0
79DateTime::Format::SQLite = 0.1
80File::Copy::Recursive = 0.38
ffb8e3bc 81File::Temp = 0.2304
520db51a 82Hash::Merge = 0.1
83JSON::Syck = 1.27
84MIME::Base64 = 0
85Path::Class = 0.32
86Scalar::Util = 1.27
87perl = 5.6.1
338d1283 88IO::All = 0.85
af45f212 89
90[Prereqs / TestRequires]
91Test::TempDir::Tiny = 0
92File::Path = 0
93Test::Compile::Internal = 0