FFI-Platypus-Lang-Go

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

    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;
  require './inc/config.pl';
  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.75.
use strict;
use warnings;
use 5.008001;
use ExtUtils::MakeMaker;

my %WriteMakefileArgs = (
  "ABSTRACT"           => "Documentation and tools for using Platypus with Go",
  "AUTHOR"             => "Graham Ollis <plicease\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "Capture::Tiny"                 => 0,
    "ExtUtils::MakeMaker"           => 0,
    "FFI::Platypus"                 => 0,
    "File::ShareDir::Dist::Install" => 0,
    "File::chdir"                   => 0,
    "Path::Tiny"                    => 0
  },
  "DISTNAME"         => "FFI-Platypus-Lang-Go",
  "LICENSE"          => "perl",
  "MIN_PERL_VERSION" => "5.008001",
  "NAME"             => "FFI::Platypus::Lang::Go",
  "PM"               => {
    "lib/FFI/Build/File/GoMod.pm"       => "\$(INST_LIB)/FFI/Build/File/GoMod.pm",
    "lib/FFI/Go/String.pm"              => "\$(INST_LIB)/FFI/Go/String.pm",
    "lib/FFI/Platypus/Lang/Go.pm"       => "\$(INST_LIB)/FFI/Platypus/Lang/Go.pm",
    "lib/FFI/Platypus/Type/GoString.pm" => "\$(INST_LIB)/FFI/Platypus/Type/GoString.pm"
  },
  "PREREQ_PM" => {
    "Capture::Tiny"             => 0,
    "Class::Method::Modifiers"  => 0,
    "FFI::Build::File::Base"    => 0,
    "FFI::Build::File::Library" => 0,
    "FFI::Build::Platform"      => 0,
    "FFI::Platypus"             => "1.24",
    "File::ShareDir::Dist"      => "0.07",
    "File::chdir"               => 0,
    "Path::Tiny"                => 0,
    "Ref::Util"                 => 0
  },
  "TEST_REQUIRES" => {
    "Test2::V0" => "0.000121"
  },
  "VERSION" => "0.03",
  "test"    => {
    "TESTS" => "t/*.t"
  }
);

my %FallbackPrereqs = (
  "Capture::Tiny"             => 0,
  "Class::Method::Modifiers"  => 0,
  "FFI::Build::File::Base"    => 0,
  "FFI::Build::File::Library" => 0,
  "FFI::Build::Platform"      => 0,
  "FFI::Platypus"             => "1.24",
  "File::ShareDir::Dist"      => "0.07",
  "File::chdir"               => 0,
  "Path::Tiny"                => 0,
  "Ref::Util"                 => 0,
  "Test2::V0"                 => "0.000121"
);

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);



( run in 0.888 second using v1.01-cache-2.11-cpan-5a3173703d6 )