BEGIN {
  use strict; use warnings;
  unless(eval q{ use 5.008001; 1}) {
    print "Perl 5.008001 or better required\n";
    exit;
  }
}
# This file was automatically generated by Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.75.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker 6.64;
require "./inc/mymm.pl";

my %WriteMakefileArgs = (
  "ABSTRACT"           => "Documentation and tools for using Platypus with the Rust programming language",
  "AUTHOR"             => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => "6.64",
    "FFI::Build::MM"      => "1.00",
    "FFI::CheckLib"       => "0.11",
    "File::Which"         => 0,
    "File::chdir"         => 0,
    "Path::Tiny"          => 0
  },
  "DISTNAME"         => "FFI-Platypus-Lang-Rust",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME"             => "FFI::Platypus::Lang::Rust",
  "PM"               => {
    "lib/FFI/Build/File/Cargo.pm"   => "\$(INST_LIB)/FFI/Build/File/Cargo.pm",
    "lib/FFI/Platypus/Lang/Rust.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/Rust.pm"
  },
  "PREREQ_PM" => {
    "Alien::Rust"            => "0.03",
    "Env::ShellWords"        => 0,
    "FFI::Build::File::Base" => "1.00",
    "FFI::CheckLib"          => "0.11",
    "FFI::Platypus"          => 0,
    "File::Which"            => 0,
    "File::chdir"            => 0,
    "Path::Tiny"             => 0,
    "base"                   => 0
  },
  "TEST_REQUIRES" => {
    "Capture::Tiny" => 0,
    "Test2::V0"     => "0.000121",
    "Test::Script"  => 0
  },
  "VERSION" => "0.15",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

mymm::myWriteMakefile(%WriteMakefileArgs);