Group
Extension

Matches 2

Dist-Zilla-Plugin-MetaMergeFile ( L/LE/LEONT/Dist-Zilla-Plugin-MetaMergeFile-0.005.tar.gz, LEONT, 2025; MetaCPAN )
Dist-Zilla-Plugin-MetaMergeFile/lib/Dist/Zilla/Plugin/PrereqsFile.pm ( view source; MetaCPAN )
::Types::Moose 'ArrayRef';
use MooseX::Types::Stringlike 'Stringlike';

my @defaults = qw/prereqs.json prereqs.yml/;

has filenames => (
	is        => 'ro',
	isa       => ArrayRef[Stringlike],
	defaul
roduce data, data should be data.

=head2 Names and formats

This file reads either a JSON formatted F<prereqs.json>, and/or a YAML formatted F<prereqs.yml> (or another file if passed with the C<filen
Dist-Zilla-Plugin-MetaMergeFile ( L/LE/LEONT/Dist-Zilla-Plugin-MetaMergeFile-0.005.tar.gz, LEONT, 2025; MetaCPAN )
Dist-Zilla-Plugin-MetaMergeFile/lib/Dist/Zilla/Plugin/MetaMergeFile.pm ( view source; MetaCPAN )
ndles  => {
		filenames => 'elements',
	},
	default  => sub {
		return [ grep { -f } qw/metamerge.json metamerge.yml/ ];
	},
);

has _rawdata => (
	is       => 'ro',
	lazy     => 1,
	builder  => '_bui
e to produce data, data should be data.

=head2 Names and formats

This file reads a JSON formatted F<metamerge.json>, and/or a YAML formatted F<metamerge.yml>. Alternatively, if passed with the C<fil

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