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