The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Linux::LVM.

0.01  Thu Apr  3 08:21:41 2003
	- original version; created by h2xs 1.22 with options
		-X -n Linux::LVM

0.11  Fri Apr  4 09:00:00 2003
	- First ready for prime time release.

0.12  Mon Apr  7 07:45:00 2003
	- Added get_pv_info to fetch physical volume information by physical volume name.
	- Added get_lv_info to fetch logical volume information by logical volume name.
	- Made the get_vg_information routine public.
	- Added some basic error checking.

0.13  Mon Apr 10 07:45:00 2003
	- Reworked some of the regular expressions.
	- Improved the source documentation.
	- Added some examples of how to use the module.

0.14  Wed Jul  2 02:54:14 CDT 2008
        - Fixed some logic errors to get it working a little better
        - Full rewrite underway