Changes for version 0.20 - 1998-07-14
- Renamed to Win32::TieRegistry.
- Added options: SplitMultis, FixSzNulls, DWordToHex, DualBinVals, and DualTypes.
- Added hooks for future option, TieValues.
- Most methods now return a tied ref. if called via one: Open(), Load(), Connect(), and CreateKey().
- Changed import() to support setting options.
- More options on what to "export" and to where.
- Each time you C<use>, you get a _separate copy_ of $Registry.
- New methods: Clone(), GetOptions(), and SetOptions().
- Flush() no longer calls RegFlushKey() by default.
- Optimize deletes to be faster in void contexts.
- If delete OK but fetch of old val failed, have C<delete> return $^E.
- "Disposition" option to CreateKey() no longer considered invalid.
- CreateKey() always used OS_Delimiter to parse subkey paths.
- Load()'s second argument can now be new subkey name.
- Load() via remote key w/o specific new subkey name no longer tries to load into _local_ LMachine.
- Finished POD.
Modules
Powerful and easy ways to manipulate a registry [on Win32 for now].
Provides
in Tie/Registry.pm