The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Win32-Env

0.02    2006-10-06
	- Removed "print"s accidentally forgotten in BroadcastEnv().
	- Switch GetEnv()/SetEnv() to object interface to Win32::TieRegistry
          from tied hash. That way there will be no problems with symbols
          that are registry delimiters in variable names.
        - Added ListEnv() and DelEnv().
        - Improved documentation.
	- Added checks to ensure that variable name passed to functions
          is defined and non-empty.
        - Added error-handling-arguments.t - tests to check that functions
          properly complain about lack of or bad arguments.

        
0.01    2006-10-05
        - SetEnv(), GetEnv(), BroadcastEnv(). Only first argument is checked for
        errors.