Result:
found more than 754 distributions - search limited to the first 2001 files matching your query ( run in 1.400 )


Algorithm-AdaBoost

 view release on metacpan or  search on metacpan

inc/Module/Install/Metadata.pm  view on Meta::CPAN

}

sub write_mymeta_json {
	my $self = shift;

	# We need JSON to write the MYMETA.json file
	unless ( eval { require JSON; 1; } ) {
		return 1;
	}

	# Generate the data
	my $meta = $self->_write_mymeta_data or return 1;

	# Save as the MYMETA.yml file
	print "Writing MYMETA.json\n";
	Module::Install::_write(
		'MYMETA.json',
		JSON->new->pretty(1)->canonical->encode($meta),
	);
}

sub _write_mymeta_data {
	my $self = shift;

 view all matches for this distribution


Algorithm-AhoCorasick-XS

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

t/variation.t
typemap
Changes
README.md
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)

 view all matches for this distribution


Algorithm-AhoCorasick

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

t/00-load.t
t/SearchMachine.t
t/circular-ref.t
t/find_all.t
t/find_first.t
META.json                                Module JSON meta-data (added by MakeMaker)

 view all matches for this distribution


Algorithm-BIT-XS

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

XS.xs
t/Algorithm-BIT-XS.t
lib/Algorithm/BIT/XS.pm
lib/Algorithm/BIT2D/XS.pm
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)
SIGNATURE                                Public-key signature (added by MakeMaker)

 view all matches for this distribution


( run in 1.400 second using v1.01-cache-2.11-cpan-364913b4093 )