NAME

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

SYNOPSIS

use Developer::Dashboard::Runtime::Result;

my $all    = Developer::Dashboard::Runtime::Result::current();
my $stdout = Developer::Dashboard::Runtime::Result::stdout('00-first.pl');
my $last   = Developer::Dashboard::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, report

Decode and read the current RESULT JSON payload.