Skip Menu |

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

Report information
The Basics
Id: 49652
Status: resolved
Priority: 0/
Queue: Portable-Dist

People
Owner: Nobody in particular
Requestors: csjewell [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.03
Fixed in: (no value)



Right now, Portable::Dist assumes that the File::HomeDir module is in {${self}->perl_root}\site\lib\File\HomeDir.pm. This will NOT be the case in the October 2009 Strawberry release. Instead, it will be in {${self}->perl_root}\vendor\lib\File\HomeDir.pm, because of the "vendorperl" changes. Because of this, I get this error message with Portable::Dist 0.03: Missing or invalid file name at C:\bootperl\perl\site\lib/Portable/Dist.pm line 184. This is the crashpoint - there is a few other assumptions of this nature further on. Do you want me to attempt a fix, or do you want to?
Subject: Re: [rt.cpan.org #49652]
Date: Wed, 16 Sep 2009 11:26:57 +1000
To: bug-Portable-Dist [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
Feel free to commit your fix to it. I'm going to be extremely busy for the next few weeks. Adam K 2009/9/13 Curtis Jewell via RT <bug-Portable-Dist@rt.cpan.org>: Show quoted text
> Sat Sep 12 14:25:57 2009: Request 49652 was acted upon. > Transaction: Ticket created by CSJEWELL >       Queue: Portable-Dist >     Subject: (No subject given) >   Broken in: 0.03 >    Severity: Critical >       Owner: Nobody >  Requestors: csjewell@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=49652 > > > > Right now, Portable::Dist assumes that the File::HomeDir module is in > {${self}->perl_root}\site\lib\File\HomeDir.pm. > > This will NOT be the case in the October 2009 Strawberry release. > Instead, it will be in {${self}->perl_root}\vendor\lib\File\HomeDir.pm, > because of the "vendorperl" changes. > > Because of this, I get this error message with Portable::Dist 0.03: > Missing or invalid file name at > C:\bootperl\perl\site\lib/Portable/Dist.pm line 184. > > This is the crashpoint - there is a few other assumptions of this nature > further on. > > Do you want me to attempt a fix, or do you want to? >