AFS::Command::VOS 1.7 review

Download
by rbytes.net on

AFS::Command::VOS is a OO API to the AFS vos command. new ( command => $path_to_your_vos_binary,

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

AFS::Command::VOS is a OO API to the AFS vos command.

new
(
command => $path_to_your_vos_binary,
);

my $vos = AFS::Command::VOS->new
(
localauth => 1,
encrypt => 1,
);

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

Requirements:
Perl

AFS::Command::VOS 1.7 search tags