The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# =========================================================================
# THIS FILE IS AUTOMATICALLY GENERATED BY MINILLA.
# DO NOT EDIT DIRECTLY.
# =========================================================================

use 5.008_001;
use strict;

use ExtUtils::MakeMaker;


use File::Copy;

print "cp META.json MYMETA.json\n";
copy("META.json","MYMETA.json") or die "Copy failed(META.json): $!";

if (-f 'META.yml') {
    print "cp META.yml MYMETA.yml\n";
    copy("META.yml","MYMETA.yml") or die "Copy failed(META.yml): $!";
} else {
    print "There is no META.yml... You may install this module from the repository...\n";
}

my %args;
if ($ExtUtils::MakeMaker::VERSION >= 6.64) {
    # *_REQUIRES was supported.

    $args{CONFIGURE_REQUIRES} = {"ExtUtils::MakeMaker" => "6.64"};
    $args{BUILD_REQUIRES}     = {};
    $args{TEST_REQUIRES}      = {"App::Prove" => 0,"Test::Builder::Tester" => 0,"Test::Requires" => 0,"Time::HiRes" => 0};
    $args{PREREQ_PM}          = {"File::Temp" => 0,"Test::Builder" => "0.32","Test::Builder::Module" => 0,"Test::More" => "0.88","perl" => "5.008_001"};
} else {
    $args{PREREQ_PM}          = {"App::Prove" => 0,"ExtUtils::MakeMaker" => "6.64","File::Temp" => 0,"Test::Builder" => "0.32","Test::Builder::Module" => 0,"Test::Builder::Tester" => 0,"Test::More" => "0.88","Test::Requires" => 0,"Time::HiRes" => 0,"perl" => "5.008_001"};
}

if ($ExtUtils::MakeMaker::VERSION >= 6.57_01) {
    $args{NO_MYMETA} = 1;
}

WriteMakefile(
    NAME     => 'Test::SharedFork',
    DISTNAME => 'Test-SharedFork',
    VERSION  => '0.25',
    %args,
);