NAME

Developer::Dashboard::PageRuntime - legacy bookmark renderer and CODE executor

SYNOPSIS

my $runtime = Developer::Dashboard::PageRuntime->new(paths => $paths);
$runtime->prepare_page(page => $page, source => 'saved');

DESCRIPTION

This module applies Template Toolkit rendering to bookmark HTML and executes legacy CODE* blocks while capturing STDOUT and STDERR for in-page display.

METHODS

new, prepare_page, run_code_blocks

Construct the runtime, render bookmark templates, and execute CODE blocks.