I know this sounds noobish  but how do you get this from cpan can someone 

can someone give me step by step instructions ???

Thanks & Cheers 


--Mark



________________________________
 From: chm <[email protected]>
To: Sisyphus <[email protected]> 
Cc: [email protected] 
Sent: Thursday, December 22, 2011 5:34 AM
Subject: Re: [Perldl] CHM/PDL-2.4.9_016.tar.gz released to CPAN
 
On 12/22/2011 6:45 AM, Sisyphus wrote:
>
> ----- Original Message ----- From: "chm" <[email protected]>
> To: <[email protected]>
> Sent: Thursday, December 22, 2011 9:02 AM
> Subject: [Perldl] CHM/PDL-2.4.9_016.tar.gz released to CPAN
>
>
>> ...and should be appearing at a mirror near you.
>>
>> This is the last CPAN developers release before
>> the first release candidate for PDL-2.4.10 planned
>> for Fri PM, 2011-Dec-23.
>>
>> We're currently in code freeze, but if testing
>> between now and Friday uncovers a critical bug,
>> it is still possible to add a low risk fix if
>> needed.
>
> Not exactly critical, but it seems we now have a File-Temp-0.19 dependency.
> I just tried building PDL-2.4.9_016 on a build of perl 5.10.0 that has
> File-Temp-0.18 and got (during the 'perl Makefile.PL' step):
>
> ERROR from evaluation of C:\sisyphusion\PDL-2.4.9_016\Basic/Makefile.PL:
> ERROR from evaluation of
> C:\sisyphusion\PDL-2.4.9_016\Basic\Math/Makefile.PL: Can't locate object
> method "newdir" via package "File::Temp" at Core/Dev.pm line 661.
>
> Line 661 of Dev.pm is:
> $tempd = File::Temp->newdir() || die "trylink: could not make TEMPDIR";

Sigh.  I would rather not add a CPAN install of File::Temp
for this.  If you use the subroutine instead, does the
build succeed?  I've just pushed it to git:

   $tempdir = File::Temp::tempdir(CLEANUP => 1)

Cheers,
Chris


> Updating to version 0.22 of File::Temp fixed the problem but, going by
> the File::Temp ChangeLog, I think 0.19 would be sufficient.
>
> Cheers,
> Rob

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to