Win32/MSI/DB version 1.03
=========================

This is a object-oriented interface for changing MSI-databases.

For detail please consult the perl online documentation (pod):
	perldoc DB.pm


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	Win32::API

COPYRIGHT AND LICENCE

GPL, see http://www.fsf.org/licenses/gpl.html
(C)opyright 2003 by pmarek@cpan.org.


**** Changes ****

* since 1.02
Field type "l" added (localized string), which ist used
in eg. File and Directory tables


