AIX-LVM

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
name:         AIX-LVM
version:      1.1
version_from: lib/AIX/LVM.pm
installdirs:  site
requires:
    IO::Handle:                    1.0
    IO::Select:                    1.0
    IPC::Open3:                    1.0

distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.30

README  view on Meta::CPAN

AIX-LVM version 1.0
====================

This Module is a Perl wrapper for AIX LVM and provides access to
the properties of Volume groups, Logial Volumes, Physical Volumes,
Physical Partitions. This providesaccess to LVM command equivalents.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

    AIX::LVM needs IO::Handle, IO::Select and IPC::Open3 installed



( run in 3.014 seconds using v1.01-cache-2.11-cpan-df04353d9ac )