NAME

Runtime::Result - helper accessors for dashboard hook RESULT JSON

SYNOPSIS

use Runtime::Result;

my $all    = Runtime::Result::current();
my $stdout = Runtime::Result::stdout('00-first.pl');
my $last   = Runtime::Result::last_entry();

DESCRIPTION

This module decodes the RESULT environment variable populated by dashboard command hook execution and provides small helper accessors for reading per-hook stdout, stderr, and exit codes from Perl hook scripts.

FUNCTIONS

current, names, has, entry, stdout, stderr, exit_code, last_name, last_entry

Decode and read the current RESULT JSON payload.