Revision history for Perl extension Win32::Registry. 0.10 Mon Jun 23 2008 - Skip tests when not running as an administrator. 0.09 Fri Jun 13 2008 - Fixes for Win64 support 0.08 Tue Apr 15 2008 - version 0.08 for separate upload to CPAN - simplified Makefile.PL - added META.yml 0.07 Mon May 22 21:47:32 2000 - added retry for RegQueryValueEx (courtesy Tye McQueen ) - add DESTROY() for proper cleanup (from Jenda Krynicky ) - added POD documentation - failed API calls now call SetLastError() making it visible via $^E; RegEnumKeyEx() added to XS code (thanks to Jenda Krynicky) - *DO NOT USE THIS MODULE* in new code; use Win32::TieRegistry instead 0.06 Sat Nov 14 23:05:24 1998 - missing SetPrivilege() in UnLoadKey() 0.05 Tue Sep 15 12:29:06 1998 - support setting REG_NONE - clean up the perl (somewhat) 0.04 Thu Apr 16 23:00:26 1998 - export compatibility symbols RegFoo() (courtesy Tye McQueen ) - enable priveleges in Reg*Key() functions as needed (courtesy Jutta M. Klebe ) - fix wrong number of args to RegQueryValueEx() 0.03 Fri Feb 6 21:24:30 1998 - import changes from AS build 315 - eliminate hardcoded constants in Registry.pm - add additional XSUBs for missing Win32 API counterparts - fix for Load()/UnLoad() courtesy Jutta M. Klebe 0.02 Sat Aug 2 00:45:08 1997 - added RegQueryValueEx() (as suggested by Jutta Klebe ) - Add missing arg for RegQueryInfoKey() - Fixed RegSetValueEx() for empty values, and memory corruption - Following two changes courtesy Jeff Urlwin and Michael Frederick: * new Connect() method and remote.pl example for accessing remove registry objects * iis_install.pl example 0.01 Sat Apr 5 14:23:42 1997 - original version; created by h2xs 1.18 - imported Activeware version