The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.010.
use strict;
use warnings;



use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Module to store files in a DBI backend",
  "AUTHOR" => "joshr <joshr\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "DBIx-FileStore",
  "EXE_FILES" => [
    "bin/fdbcat",
    "bin/fdbget",
    "bin/fdbls",
    "bin/fdbmv",
    "bin/fdbput",
    "bin/fdbrm",
    "bin/fdbslurp",
    "bin/fdbstat",
    "bin/fdbtidy"
  ],
  "LICENSE" => "perl",
  "NAME" => "DBIx::FileStore",
  "PREREQ_PM" => {
    "Config::Tiny" => 0,
    "DBI" => 0,
    "Digest::MD5" => 0,
    "File::Copy" => 0,
    "File::Slurp" => 0,
    "File::Spec::Functions" => 0,
    "File::Temp" => 0,
    "List::Util" => 0,
    "Mouse" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.33",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Config::Tiny" => 0,
  "DBI" => 0,
  "Digest::MD5" => 0,
  "File::Copy" => 0,
  "File::Slurp" => 0,
  "File::Spec::Functions" => 0,
  "File::Temp" => 0,
  "List::Util" => 0,
  "Mouse" => 0,
  "Test::More" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};
  delete $WriteMakefileArgs{BUILD_REQUIRES};
  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}

delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };

WriteMakefile(%WriteMakefileArgs);