Incorrect search filter: invalid characters - *.p[ml]
AIX-LVM

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

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


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

t/AIX-LVM.t  view on Meta::CPAN

# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl AIX-LVM.t'

#########################

use Test::More tests => 17;
BEGIN { use_ok('AIX::LVM') };
use AIX::LVM;
#########################

@methods = (
				"get_logical_volume_group",
				"get_physical_volumes",
				"get_logical_volumes",
				"get_volume_group_properties",
				"get_logical_volume_properties",



( run in 0.244 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )