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