Group
Extension

Matches 2

Story-Interact ( T/TO/TOBYINK/Story-Interact-0.001014.tar.gz, TOBYINK, 2023; MetaCPAN )
Story-Interact/lib/Story/Interact/Character.pm ( view source; MetaCPAN )
=> 'rwp',
	isa       => Str | Undef,
);

has [ qw( meta knows carries achieved ) ] => (
	is        => 'ro',
	isa       => HashRef,
	builder   => sub { {} },
);

sub TO_JSON {
	+{ %{ +shift } };
}

1;
Story-Interact ( T/TO/TOBYINK/Story-Interact-0.001014.tar.gz, TOBYINK, 2023; MetaCPAN )
Story-Interact/lib/Story/Interact/Syntax.pm ( view source; MetaCPAN )
m_page( $page );
	my $return = $page;
	undef $page;
	return $return;
}

sub pp {
	require JSON::PP;
	print JSON::PP
		->new
		->pretty( 1 )
		->canonical( 1 )
		->convert_blessed( 1 )
		->encode( shif

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