Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 3983
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: ekolve [...] comcast.net
Cc:
AdminCc:

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



Subject: undefined $ENV{PAR_TEMP} renders warning in PAR::Heavy
Could you add the following to line 113 of PAR::Heavy if (defined $ENV{PAR_TEMP} and -e $ENV{PAR_TEMP} and !-d $ENV{PAR_TEMP}) { in place of if (-e $ENV{PAR_TEMP} and !-d $ENV{PAR_TEMP}) { This will keep warnings from appearing if its not defined (it doesn't say anywhere that it has to be). thanks, --eric
Subject: Re: [cpan #3983] undefined $ENV{PAR_TEMP} renders warning in PAR::Heavy
From: Autrijus Tang <autrijus [...] autrijus.org>
To: bug-PAR [...] rt.cpan.org
Date: Sun, 05 Oct 2003 08:02:11 +0100
RT-Send-Cc:
{?b 日, 2003-10-05 07:27, Guest via RT ?g?D?G Show quoted text
> Could you add the following to line 113 of PAR::Heavy > if (defined $ENV{PAR_TEMP} and -e $ENV{PAR_TEMP} and !-d $ENV{PAR_TEMP}) { > in place of > if (-e $ENV{PAR_TEMP} and !-d $ENV{PAR_TEMP}) { > This will keep warnings from appearing if its not defined (it doesn't say anywhere that it has to be).
Thanks, applied. /Autrijus/