Group
Extension

Matches 1

Module-Build-Tiny ( L/LE/LEONT/Module-Build-Tiny-0.052.tar.gz, LEONT, 2025; MetaCPAN )
Module-Build-Tiny/lib/Module/Build/Tiny.pm ( view source; MetaCPAN )
2abs abs2rel splitdir curdir/;
use Getopt::Long 2.36 qw/GetOptionsFromArray/;
use JSON::PP 2 qw/encode_json decode_json/;

sub write_file {
	my ($filename, $content) = @_;
	open my $fh, '>', $filename
$!\n";
	return do { local $/; <$fh> };
}

sub get_meta {
	my ($metafile) = grep { -e $_ } qw/META.json META.yml/ or die "No META information provided\n";
	return CPAN::Meta->load_file($metafile);
}

s
	my %opt = @_;
		rmtree($_, $opt{verbose}) for qw/blib temp Build _build_params MYMETA.yml MYMETA.json/;
		return 0;
	},
);

my @options = qw/install_base=s install_path=s% installdirs=s destdir=s pre

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.