From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032.
use strict;
use 5.016;
my %WriteMakefileArgs = (
"ABSTRACT" => "Type Library for Music Programming",
"AUTHOR" => "Gene Boggs <gene.boggs\@gmail.com>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Types-Music",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.016",
"NAME" => "Types::Music",
"PREREQ_PM" => {
"Type::Library" => "2.000000",
"Type::Utils" => "2.000000",
"Types::Standard" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test2::V0" => 0,
"Test::More" => 0
},
"VERSION" => "0.0104",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"File::Spec" => 0,
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test2::V0" => 0,
"Test::More" => 0,
"Type::Library" => "2.000000",
"Type::Utils" => "2.000000",
"Types::Standard" => 0,
"strict" => 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);