Skip Menu |

This queue is for tickets about the Catalyst-Plugin-ConfigLoader CPAN distribution.

Report information
The Basics
Id: 48557
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-ConfigLoader

People
Owner: Nobody in particular
Requestors: ron [...] rblasch.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.25
Fixed in: (no value)



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
Checked in a fix at svn revision 11103 similar to one checked in for Catalyst::Runtime. Please test trunk: http://dev.catalystframework.org/repos/Catalyst/trunk/Catalyst-Plugin-ConfigLoader/
On Mon Aug 10 07:35:12 2009, BRICAS wrote: Show quoted text
> Checked in a fix at svn revision 11103 similar to one checked in for > Catalyst::Runtime. > > Please test trunk: > http://dev.catalystframework.org/repos/Catalyst/trunk/Catalyst-Plugin- > ConfigLoader/
Tested r11103 on Windows XP SP3, Perl 5.10. All tests successful. Files=8, Tests=35, 25 wallclock secs ( 0.06 usr + 0.16 sys = 0.22 CPU) Result: PASS Thanks a lot for the fix! Ron
Thanks for testing. Cheers.