Commit | Line | Data |
520db51a |
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 | |
81bb07ba |
9 | [Authority] |
10 | authority = cpan:SKAUFMAN |
11 | do_munging = 0 |
12 | |
7486ad42 |
13 | [MetaResources] |
7486ad42 |
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 | |
520db51a |
18 | [PkgVersion] |
19 | [NextRelease] |
20 | |
21 | [Git::Tag] |
0699e103 |
22 | [Git::Contributors] |
01a10324 |
23 | [VersionFromModule] |
520db51a |
24 | |
25 | [Git::Push] |
26 | |
27 | [Clean] |
28 | [PruneCruft] |
29 | [ManifestSkip] |
30 | [MetaYAML] |
31 | [License] |
32 | [Readme] |
33 | [ExtraTests] |
34 | |
35 | [MakeMaker] |
36 | [Manifest] |
37 | |
38 | [Test::Compile] |
39 | [TestRelease] |
40 | |
25017438 |
41 | [ConfirmRelease] |
42 | [UploadToCPAN] |
520db51a |
43 | [GatherDir] |
44 | exclude_match=.*\.db |
9ff1816a |
45 | exclude_filename = Makefile.PL |
520db51a |
46 | |
47 | [Encoding] |
48 | encoding=bytes |
49 | match=.*\.db |
9ff1816a |
50 | |
51 | [CopyFilesFromBuild] |
52 | copy = Makefile.PL |
520db51a |
53 | [Prereqs / ConfigureRequires] |
9ff1816a |
54 | ExtUtils::MakeMaker=6.59 |
520db51a |
55 | |
56 | [Prereqs / BuildRequires] |
57 | DBIx::Class::InflateColumn::FS = 0.01007 |
58 | ExtUtils::MakeMaker = 6.59 |
59 | Test::More = 0.98 |
a1f70f6f |
60 | Devel::Confess = 0 |
520db51a |
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 |
520db51a |
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 |
80286269 |
80 | Test::Compile::Internal = 0 |
338d1283 |
81 | IO::All = 0.85 |