AFS::Command::BOS 1.7 review

Download
by rbytes.net on

AFS::Command::BOS is a OO API to the AFS bos command. SYNOPSIS use AFS::Command::BOS; my $bos = AFS::Command::BOS->n

License: Perl Artistic License
File size: 76K
Developer: AFS::Command::BOS Team
0 stars award from rbytes.net

AFS::Command::BOS is a OO API to the AFS bos command.

SYNOPSIS

use AFS::Command::BOS;

my $bos = AFS::Command::BOS->new();

my $bos = AFS::Command::BOS->new
(
command => $path_to_your_bos_binary,
);

my $bos = AFS::Command::BOS->new
(
localauth => 1,
);

This module implements an OO API wrapper around the AFS 'bos' command. The supported methods depend on the version of the bos binary used, and are determined automagically.

Requirements:
Perl

AFS::Command::BOS 1.7 keywords