The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

sub handler {
	return {
		id => 13,
		data => $ENV{RAYAPP_ENV_DATA},
	};
}

1;