changelog
[dbsrgits/DBIx-Class-Fixtures.git] / Makefile.PL
CommitLineData
9ff1816a 1
2# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.020.
3use strict;
4use warnings;
5
6use 5.006001;
7
8use ExtUtils::MakeMaker ;
9
10
11
12my %WriteMakefileArgs = (
13 "ABSTRACT" => "Dump data and repopulate a database using rules",
14 "AUTHOR" => "Luke Saunders <luke\@shadowcatsystems.co.uk>",
15 "BUILD_REQUIRES" => {
16 "DBIx::Class::InflateColumn::FS" => "0.01007",
17 "ExtUtils::MakeMaker" => "6.59",
18 "Test::More" => "0.98"
19 },
20 "CONFIGURE_REQUIRES" => {
21 "ExtUtils::MakeMaker" => "6.59"
22 },
23 "DISTNAME" => "DBIx-Class-Fixtures",
24 "EXE_FILES" => [],
25 "LICENSE" => "perl",
26 "NAME" => "DBIx::Class::Fixtures",
27 "PREREQ_PM" => {
28 "Class::Accessor::Grouped" => "0.1001",
29 "Config::Any" => "0.23",
30 "DBIx::Class" => "0.08102",
31 "DBIx::Class::Schema::Loader" => "0.07035",
32 "Data::Dump::Streamer" => "2.05",
33 "Data::Visitor" => "0.3",
34 "DateTime" => "1.03",
35 "DateTime::Format::MySQL" => 0,
36 "DateTime::Format::Pg" => 0,
37 "DateTime::Format::SQLite" => "0.1",
38 "File::Copy::Recursive" => "0.38",
39 "File::Path" => "2.09",
40 "File::Spec::Functions" => "3.4",
41 "Hash::Merge" => "0.1",
42 "JSON::Syck" => "1.27",
43 "MIME::Base64" => 0,
44 "Path::Class" => "0.32",
45 "Scalar::Util" => "1.27",
46 "Test::Compile::Internal" => 0
47 },
48 "TEST_REQUIRES" => {
49 "File::Spec" => 0,
50 "IO::Handle" => 0,
51 "IPC::Open3" => 0,
52 "Test::More" => "0.98"
53 },
54 "VERSION" => "1.001025",
55 "test" => {
56 "TESTS" => "t/*.t"
57 }
58);
59
60
61my %FallbackPrereqs = (
62 "Class::Accessor::Grouped" => "0.1001",
63 "Config::Any" => "0.23",
64 "DBIx::Class" => "0.08102",
65 "DBIx::Class::InflateColumn::FS" => "0.01007",
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 "ExtUtils::MakeMaker" => "6.59",
74 "File::Copy::Recursive" => "0.38",
75 "File::Path" => "2.09",
76 "File::Spec" => 0,
77 "File::Spec::Functions" => "3.4",
78 "Hash::Merge" => "0.1",
79 "IO::Handle" => 0,
80 "IPC::Open3" => 0,
81 "JSON::Syck" => "1.27",
82 "MIME::Base64" => 0,
83 "Path::Class" => "0.32",
84 "Scalar::Util" => "1.27",
85 "Test::Compile::Internal" => 0,
86 "Test::More" => "0.98"
87);
88
89
90unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
91 delete $WriteMakefileArgs{TEST_REQUIRES};
92 delete $WriteMakefileArgs{BUILD_REQUIRES};
93 $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
94}
95
96delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
97 unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
98
99WriteMakefile(%WriteMakefileArgs);
100
101
102