Skip Menu |

This queue is for tickets about the Log-Report CPAN distribution.

Report information
The Basics
Id: 67935
Status: resolved
Priority: 0/
Queue: Log-Report

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.92
Fixed in: (no value)



Subject: Can't call method "GetValue" on an undefined value at lib/Log/Report/Win32Locale.pm line 78.
TieRegistry default is KEY_READ()|KEY_WRITE(), which will fail when running perl under non-admin account, so you need to explicitly request read access, that is my $del = {Delimiter => '/'}; needs to be my $del = {Access=>Win32::TieRegistry::KEY_READ(), Delimiter => '/'}; Thanks
Thanks. Patch included in 0.93, to be released today.