NAME

Ixchel::Actions::install_yq :: Install installs yq

VERSION

Version 0.0.1

SYNOPSIS

use Data::Dumper;

my $results=$ixchel->action(action=>'instal_yq', opts=>{});

This installs mikefarah/yq. Will use packages if possible, otherwise will grab the binary from github.

FLAGS

-p <path>

Where to install it to if not using packages.

Default: /usr/bin/yq

Don't install via packages.

RESULT HASH REF

.errors :: A array of errors encountered.
.status_text :: A string description of what was done and the results.
.ok :: Set to zero if any of the above errored.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 39:

Unknown directive: =head