Group
Extension

Matches 1

CPAN-Audit ( B/BR/BRIANDFOY/CPAN-Audit-20250829.001.tar.gz, BRIANDFOY, 2025; MetaCPAN )
CPAN-Audit/lib/CPAN/Audit.pm ( view source; MetaCPAN )
arams{'json_db'} ) {
		my $data = do {
			local $/;
			open my($fh), '<:raw', $params{'json_db'}
				or die "could not read file <$params{json_db}>\n";
			<$fh>;
		};
		state $rc = require JSON;

		my
 $decoded = eval { JSON::decode_json($data) };
		die "could not decode JSON from <$params{json_db}>: @_\n" unless defined $decoded;
		return $decoded;
	}

	my $rc = eval { require CPANSA::DB };
	if ( 

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