Skip Menu |

This queue is for tickets about the Win32-MSI-HighLevel CPAN distribution.

Report information
The Basics
Id: 48504
Status: resolved
Priority: 0/
Queue: Win32-MSI-HighLevel

People
Owner: grandpa [...] cpan.org
Requestors: rachal [...] cdlsystems.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.0003
Fixed in: 1.0004



Subject: Directory_ parameter in addShortcut broken
When attempting to call "addShortcut" with the "-Directory_" parameter (instead of the "-location" parameter), the following error message is printed: One of Directory_ and -location required The problem can be traced to lines 2153 and 2156 of HighLevel.pm, where the existence of "Directory_" is being tested for instead of "- Directory_" (note the hyphen in front of "Directory_"). Other places in the code correctly search for "-Directory_". This bug was found in Win32-MSI-HighLevel-1.0003 running on Windows XP. perl -v returns the following: This is perl, v5.8.8 built for MSWin32-x86-multi-thread
Changes incorporated into version 1.0004 and uploaded to CPAN. Thanks for tracking the bug down and reporting it!