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