AFS::Command::FS 1.7 review

Download
by rbytes.net on

AFS::Command::FS is a OO API to the AFS fs command. SYNOPSIS use AFS::Command::FS; my $fs = AFS::Command::FS->new();

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

AFS::Command::FS is a OO API to the AFS fs command.

SYNOPSIS

use AFS::Command::FS;

my $fs = AFS::Command::FS->new();

my $fs = AFS::Command::FS->new
(
command => $path_to_your_fs_binary,
);

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

Requirements:
Perl

AFS::Command::FS 1.7 search tags