There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Agent - A plugin execution platform

SYNOPSIS

use MYDan::Agent;

my $agent = MYDan::Agent->new( '/path/file' );

$agent->run();

METHODS

run()

Loads query from STDIN, runs query, and dumps result in YAML to STDOUT.

See MYDan::Agent::Query.