Skip Menu |

This queue is for tickets about the PAR-Dist CPAN distribution.

Report information
The Basics
Id: 4603
Status: resolved
Priority: 0/
Queue: PAR-Dist

People
Owner: Nobody in particular
Requestors: ryanbriones [...] webxdesign.org
Cc:
AdminCc:

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



Subject: Cannot install par dists in Windows 2000
C:\Documents and Settings\Administrator\Desktop>perl -MPAR::Dist -einstall_par Do not know to where to write install log at C:/Perl/lib/ExtUtils/Install.pm line 187. It appears that $args{name} is not defined by _args(). Adding $args{name} = $args{dist}; before line 358 appears to do the job. Only tested on Windows 2000 Pro. Hope this helps. ================= C:\Documents and Settings\Administrator\Desktop>perl -v This is perl, v5.8.0 built for MSWin32-x86-multi-thread ================= C:\Documents and Settings\Administrator\Desktop>perl -MPOSIX -le"print join(' : ', uname)" Windows NT : mexnix : 5.0 : Build 2195 (Service Pack 4) : x86
Thanks, applied a $args{name} ||= $args{dist} at the indicated line.