use strict; use warnings;
BEGIN {
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.26.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker 6.64;
require "./inc/mymm.pl";
my %WriteMakefileArgs = (
"ABSTRACT" => "Demangle C++ symbols using the C++ ABI API",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::CppGuess" => 0,
"ExtUtils::MakeMaker" => "7.12"
},
"DISTNAME" => "FFI-Platypus-Lang-CPP-Demangle-XS",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "FFI::Platypus::Lang::CPP::Demangle::XS",
"PM" => {
"lib/FFI/Platypus/Lang/CPP/Demangle/XS.pm" => "\$(INST_LIB)/FFI/Platypus/Lang/CPP/Demangle/XS.pm"
},
"PREREQ_PM" => {},
"TEST_REQUIRES" => {
"Test2::V0" => "0.000060"
},
"VERSION" => "0.03",
"test" => {
"TESTS" => "t/*.t"
}
);
mymm::myWriteMakefile(%WriteMakefileArgs);