Revision history for Perl module Win32::MSI::HighLevel

1.000000 Tue Jan 22 21:52:52 2008
    - original version; created by ExtUtils::ModuleMaker 0.49

1.0001 Wed Jan 30 19:35:00 2008
    - Fixed 01_HighLevel.t test file to work with current test framework (issue
        reported by CPAN testers)
    - Cleaned various sillynesses in HighLevel.pm POD
    - Added POD to helper modules

1.0002 Thu Feb 07 19:14:00 2008
    - Added strictures to ErrorTable.pm
    - Fixed parameter order and handling for Win32::MSI::HighLevel::importTable
    - Added Test::Pod::Coverage and Test::Pod to prerequisites (used by tests)
    - Added complete installer sample script
    - Fixed omitted errorMsg -> _errorMsg in various places

1.0003 Sun Oct 5 10:15:23 2008
    - Added new table support: ControlCondition, CreateFolder, Signature,
      DrLocator, Storage, Upgrade
    - Fixed various documentation errors
    - Improved addComponent. Now adds a CreateFolder row when appropriate
    - Added JScript CustomActions support
    - Improved table update management
    - Added automatic management of SecureCustomProperties for the Upgrade table
    - Added Storage management
    - Improved various error reporting