There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Schedule::Activity::Message - Container for individual or multiple messages

SYNOPSIS

my $message=Schedule::Activity::Message->new(
	message   =>'string message',
	message   =>['array', 'of', 'alternates'],
	message   =>{
		alternates=>[
			{message=>'string', attributes=>{...}},
			{message=>'string', attributes=>{...}},
			...
		],
	}
	attributes=>{...} # optional
	note      =>...   # optional
);