The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Collector::Engine::Local - An engine for Data::Collector that runs local commands

SYNOPSIS

    use Data::Collector;

    my $collector = Data::Collector->new(
        engine => 'Local',
    );

This engine helps debugging Data::Collector better by running commands locally.

run

This functions runs the given command locally using IPC::System::Simple.

AUTHOR

Sawyer X, <xsawyerx at cpan.org>