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.009.
use strict;
use warnings;

use 5.010000;

use ExtUtils::MakeMaker;

use File::ShareDir::Install;
$File::ShareDir::Install::INCLUDE_DOTFILES = 1;
$File::ShareDir::Install::INCLUDE_DOTDIRS = 1;
install_share dist => "share";


my %WriteMakefileArgs = (
  "ABSTRACT" => "C Language Support for Inline",
  "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::ShareDir::Install" => "0.06"
  },
  "DISTNAME" => "Inline-C",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.010000",
  "NAME" => "Inline::C",
  "PREREQ_PM" => {
    "ExtUtils::MakeMaker" => "7.00",
    "File::Spec" => "0.8",
    "Inline" => "0.79",
    "Parse::RecDescent" => "1.967009",
    "Pegex" => "0.58"
  },
  "TEST_REQUIRES" => {
    "File::Copy::Recursive" => 0,
    "File::Path" => 0,
    "Test::More" => "0.88",
    "Test::Warn" => "0.23",
    "YAML::XS" => 0,
    "autodie" => 0,
    "version" => "0.77"
  },
  "VERSION" => "0.78",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "ExtUtils::MakeMaker" => "7.00",
  "File::Copy::Recursive" => 0,
  "File::Path" => 0,
  "File::Spec" => "0.8",
  "Inline" => "0.79",
  "Parse::RecDescent" => "1.967009",
  "Pegex" => "0.58",
  "Test::More" => "0.88",
  "Test::Warn" => "0.23",
  "YAML::XS" => 0,
  "autodie" => 0,
  "version" => "0.77"
);


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) };

if ( $^O eq 'MSWin32' ) {
	$WriteMakefileArgs{PREREQ_PM}{'Win32::Mutex'} = '1.09';
}

WriteMakefile(%WriteMakefileArgs);

{
package
MY;
use File::ShareDir::Install qw(postamble);
}