NAME
Developer::Dashboard::PluginManager - plugin definition loader
SYNOPSIS
my $plugins = Developer::Dashboard::PluginManager->new(paths => $paths);
my $providers = $plugins->providers;
DESCRIPTION
This module loads JSON plugin definitions and exposes their contributed runtime extensions such as path aliases, collectors, providers, and docker config.
METHODS
new, plugin_files, plugins, path_aliases, collectors, providers, docker_config
Load and expose plugin contributions.