The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict; use warnings;
BEGIN {
  unless(eval q{ use 5.006; 1}) {
    print "Perl 5.006 or better required\n";
    exit;
  }
}

# This file was automatically generated by Dist::Zilla::Plugin::Alien v0.023.
use strict;
use warnings;

use Module::Build 0.28;
use lib qw{inc}; use My::ModuleBuild;

my %module_build_args = (
  "alien_bin_requires" => {
    "Alien::patch" => "0.06"
  },
  "alien_build_commands" => [
    "%c --prefix=%s --disable-nls --enable-shared --enable-static",
    "make"
  ],
  "alien_inline_auto_include" => [],
  "alien_isolate_dynamic" => 1,
  "alien_name" => "hunspell",
  "alien_repository" => {
    "exact_filename" => "v1.3.4.tar.gz",
    "host" => "github.com",
    "location" => "/hunspell/hunspell/archive/",
    "protocol" => "https"
  },
  "configure_requires" => {
    "Alien::Base::ModuleBuild" => "0.006",
    "File::ShareDir" => "1.03",
    "perl" => "5.006"
  },
  "dist_abstract" => "Install hunspell",
  "dist_author" => [
    "Graham Ollis <plicease\@cpan.org>"
  ],
  "dist_name" => "Alien-Hunspell",
  "dist_version" => "0.08",
  "license" => "perl",
  "module_name" => "Alien::Hunspell",
  "recursive_test_files" => 1,
  "requires" => {
    "Alien::Base" => "0.032",
    "FFI::CheckLib" => 0,
    "File::ShareDir" => "1.03",
    "parent" => 0,
    "perl" => "5.006"
  },
  "test_requires" => {
    "ExtUtils::CBuilder" => 0,
    "Test::CChecker" => "0.07",
    "Test::More" => "0.94",
    "perl" => "5.006"
  }
);


my %fallback_build_requires = (
  "ExtUtils::CBuilder" => 0,
  "Test::CChecker" => "0.07",
  "Test::More" => "0.94",
  "perl" => "5.006"
);


unless ( eval { Module::Build->VERSION(0.4004) } ) {
  delete $module_build_args{test_requires};
  $module_build_args{build_requires} = \%fallback_build_requires;
}

my $build = My::ModuleBuild->new(%module_build_args);


$build->create_build_script;