Group
Extension

Matches 1

Acme-Matrix ( L/LN/LNATION/Acme-Matrix-0.09.tar.gz, LNATION, 2025; MetaCPAN )
Acme-Matrix/lib/Acme/Matrix/Cmd.pm ( view source; MetaCPAN )
package Acme::Matrix::Cmd;

use Rope::Cmd;
use Coerce::Types::Standard qw/Int Bool JSON/;
use Acme::Matrix;
use Ascii::Text;

colors (
	title => 'bright_green',
	abstract => 'green',
	options_title =>
option words => (
	type => JSON->by('decode'),
	coerce_type => 1,
	description => 'words to use in the matrix rain',
	option_alias => 'w'
);

option chars => (
	type => JSON->by('decode'),
	coerce_typ

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