AIX-LVM
view release on metacpan or search on metacpan
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.871 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )