From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

Revision history for Perl extension Win32::Registry.
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 <jmk@exc.bybyte.de>
0.02 Sat Aug 2 00:45:08 1997
- added RegQueryValueEx() (as suggested by
Jutta Klebe <jmk@exc.bybyte.de>)
- Add missing arg for RegQueryInfoKey()
- Fixed RegSetValueEx() for empty values, and memory corruption
- Following two changes courtesy Jeff Urlwin
<jurlwin@access.digex.net> 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