Alien-Kiwisolver
    
    
  
  
  
view release on metacpan or search on metacpan
	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 {
		Path::Tiny->new("kiwi/variable.h")->edit_utf8(sub {
			s/private:\n/$&friend int* get_refcount( kiwi::Variable* obj );/s;
		});
		Path::Tiny->new("kiwi/constraint.h")->edit_utf8(sub {
			s/private:\n/$&friend int* get_refcount( kiwi::Constraint* obj );/s;
		});
	};
	build [
		sub {
			my ($build) = @_;
			my @dirs;
( run in 0.455 second using v1.01-cache-2.11-cpan-5dc5da66d9d )