NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
GUIDs (Score:1)
Re: (Score:1)
Unfortunately, WiX also has the concept of a "component" which is very high resolution. In the context of a typical CPAN install, every module in the dependency chain would need to be a component.
Re: Perl::Dist adds support for libexpat and XML:: (Score:1)
Actually, it's enough if the .dll file resides in the same directory as the executable. That's also the preferred location if you distribute application specific .dlls and the first location Windows looks for .dlls to be loaded. Also, that's the same location the perl58.dll lives. $ENV{PATH} comes into play later.
Re: (Score:1)
At least that leaves the option open to remove PATH from the environment in some cases.