Alien-Kiwisolver

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      }
   },
   "version" : "0.003",
   "x_alienfile" : {
      "generated_by" : "Dist::Zilla::Plugin::AlienBuild version 0.31",
      "requires" : {
         "share" : {
            "Archive::Zip" : "0",
            "File::Copy::Recursive" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "Net::SSLeay" : "1.49",
            "Path::Tiny" : "0",
            "URI" : "0"
         },
         "system" : {}
      }
   },
   "x_generated_by_perl" : "v5.26.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"

META.yml  view on Meta::CPAN

  homepage: https://github.com/Intertangle/p5-Alien-Kiwisolver
  repository: https://github.com/Intertangle/p5-Alien-Kiwisolver.git
version: '0.003'
x_alienfile:
  generated_by: 'Dist::Zilla::Plugin::AlienBuild version 0.31'
  requires:
    share:
      Archive::Zip: '0'
      File::Copy::Recursive: '0'
      HTTP::Tiny: '0.044'
      IO::Socket::SSL: '1.56'
      Net::SSLeay: '1.49'
      Path::Tiny: '0'
      URI: '0'
    system: {}
x_generated_by_perl: v5.26.1
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

alienfile  view on Meta::CPAN

use ExtUtils::CppGuess;

my $guess = ExtUtils::CppGuess->new;
my $cppstdflag = $guess->cpp_standard_flag('C++11');

die "Need to have full C++11 support, compiler @{[ (split ' ', $guess->compiler_command)[0] ]} only supports $cppstdflag"
	if ( $guess->is_gcc || $guess->is_clang ) && $cppstdflag =~ /\Qc++0x\E/;

share {
	requires 'Net::SSLeay' => 0;
	requires 'IO::Socket::SSL' => 0;
	requires 'File::Copy::Recursive' => 0;
	requires 'Path::Tiny' => 0;

	plugin Download => (
		url => 'https://github.com/nucleic/kiwi/archive/main.zip',
	);

	plugin Extract => 'zip';

	patch sub {



( run in 0.558 second using v1.01-cache-2.11-cpan-4d50c553e7e )