The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.007.
use strict;
use warnings;

use 5.006;

use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT" => "Methods for dealing with genomic coordinates.",
  "AUTHOR" => "BioPerl Team <bioperl-l\@bioperl.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Bio-Coordinate",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Bio::Coordinate",
  "PREREQ_PM" => {
    "Bio::Location::Simple" => 0,
    "Bio::Location::Split" => 0,
    "Bio::LocationI" => 0,
    "Bio::Root::Root" => 0,
    "Bio::Root::RootI" => 0,
    "parent" => 0,
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Bio::LocatableSeq" => 0,
    "Bio::Root::Test" => 0,
    "Bio::SimpleAlign" => 0,
    "File::Spec" => 0,
    "IO::Handle" => 0,
    "IPC::Open3" => 0,
    "Test::More" => 0,
    "blib" => "1.01"
  },
  "VERSION" => "1.007001",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Bio::LocatableSeq" => 0,
  "Bio::Location::Simple" => 0,
  "Bio::Location::Split" => 0,
  "Bio::LocationI" => 0,
  "Bio::Root::Root" => 0,
  "Bio::Root::RootI" => 0,
  "Bio::Root::Test" => 0,
  "Bio::SimpleAlign" => 0,
  "File::Spec" => 0,
  "IO::Handle" => 0,
  "IPC::Open3" => 0,
  "Test::More" => 0,
  "blib" => "1.01",
  "parent" => 0,
  "strict" => 0,
  "utf8" => 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);