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 5.010000;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Various methods of finding the center of a sample",
  "AUTHOR" => "Diab Jerius <djerius\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "PDL-Algorithm-Center",
  "LICENSE" => "gpl",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "PDL::Algorithm::Center",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Exporter" => 0,
    "Hash::Wrap" => "0.03",
    "PDL" => 0,
    "PDL::Image2D" => 0,
    "PDL::Lite" => 0,
    "PDL::Transform" => 0,
    "Package::Stash" => 0,
    "Ref::Util" => 0,
    "Safe::Isa" => 0,
    "Scalar::Util" => 0,
    "Try::Tiny" => 0,
    "Type::Library" => 0,
    "Type::Params" => 0,
    "Type::Tiny" => "1.002001",
    "Type::Utils" => 0,
    "Types::Common::Numeric" => 0,
    "Types::PDL" => 0,
    "Types::Standard" => 0,
    "custom::failures" => 0,
    "feature" => 0,
    "latest" => 0,
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Data::Dump" => 0,
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Number::Tolerant" => 0,
    "PDL" => 0,
    "PDL::GSL::RNG" => 0,
    "Test2::API" => 0,
    "Test2::Tools::Compare" => 0,
    "Test2::V0" => 0,
    "Test::Deep" => 0,
    "Test::Fatal" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.07",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Data::Dump" => 0,
  "Exporter" => 0,
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Hash::Wrap" => "0.03",
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Number::Tolerant" => 0,
  "PDL" => 0,
  "PDL::GSL::RNG" => 0,
  "PDL::Image2D" => 0,
  "PDL::Lite" => 0,
  "PDL::Transform" => 0,
  "Package::Stash" => 0,
  "Ref::Util" => 0,
  "Safe::Isa" => 0,
  "Scalar::Util" => 0,
  "Test2::API" => 0,
  "Test2::Tools::Compare" => 0,
  "Test2::V0" => 0,
  "Test::Deep" => 0,
  "Test::Fatal" => 0,
  "Test::More" => 0,
  "Try::Tiny" => 0,
  "Type::Library" => 0,
  "Type::Params" => 0,
  "Type::Tiny" => "1.002001",
  "Type::Utils" => 0,
  "Types::Common::Numeric" => 0,
  "Types::PDL" => 0,
  "Types::Standard" => 0,
  "custom::failures" => 0,
  "feature" => 0,
  "latest" => 0,
  "strict" => 0,
  "warnings" => 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);