Acme-Ford-Prefect2-FFI
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
BEGIN {
use strict; use warnings;
my %missing = map {
eval qq{ require $_ };
$@ ? ($_=>1) : ()
} qw( strict warnings );
if(%missing)
{
print "Your Perl is missing core modules: @{[ sort keys %missing ]}\n";
print "Ideally if you are using the system Perl you can install the appropriate\n";
print "package which includes the core Perl modules. On at least some versions\n";
print "of Fedora, CentOS and RHEL, this is the `perl-core` package.\n";
print "\n";
print " % dnf install perl-core\n";
print " ~ or ~\n";
print " % yum install perl-core\n";
print "\n";
print "If you really want to install dual-life modules from CPAN, then you can\n";
print "use cpanm:\n";
print "\n";
print " % cpanm @{[ sort keys %missing ]}\n";
print "\n";
print "Note that some core modules are not available from CPAN.\n";
exit;
}
}
BEGIN {
use strict; use warnings;
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.72.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker;
my %WriteMakefileArgs = (
"ABSTRACT" => "FFI test module for Alien::Base",
"AUTHOR" => "Graham Ollis <plicease\@cpan.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "Acme-Ford-Prefect2-FFI",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.008001",
"NAME" => "Acme::Ford::Prefect2::FFI",
"PM" => {
"lib/Acme/Ford/Prefect2/FFI.pm" => "\$(INST_LIB)/Acme/Ford/Prefect2/FFI.pm"
},
"PREREQ_PM" => {
"Acme::Alien::DontPanic2" => "2.7200",
"FFI::CheckLib" => "0.15",
"FFI::Platypus" => "1.00",
"FFI::Platypus::Declare" => 0
},
"TEST_REQUIRES" => {
"Test2::V0" => "0.000121"
},
"VERSION" => "2.7200",
"test" => {
( run in 0.454 second using v1.01-cache-2.11-cpan-5511b514fd6 )