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


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2009 by Murugesan Kandasamy

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.6.1 or,
at your option, any later version of Perl 5 you may have available.