Subject: | Don't localize %ENV |
See RT#48555.
t/20-mock_load.t and t/21-mock_load_env.t localize %ENV. I
don't know about other platforms, but Windows depends quite heavily on
some environment variables, like 'Path' for loading libraries. Besides,
few will work with a completely empty environment, so it's not really a
good test if Catalyst works on the current system.
With Catalyst-Plugin-ConfigLoader-0.25, I get error messages like:
"...lib/auto/Win32/Win32.dll' for module Win32: load_file:The referenced
assembly is not installed on your system"
Removing the two localizations makes the tests pass for me again.
All tests successful.
Files=8, Tests=34, 10 wallclock secs ( 0.03 usr + 0.06 sys = 0.09 CPU)
Result: PASS