The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.