Front page | perl.perl5.porters |
Postings from January 2005
Patch for Perlbug #4253
Thread Next
From:
Nikolai Eipel
Date:
January 29, 2005 09:29
Subject:
Patch for Perlbug #4253
Message ID:
200501291652.53841.eipel@web.de
Hi,
I think that the problem is situated in the "pp_sys.c" file. When the function
PP(pp_fttext) is used for a read protected file this function setted the
variable PL_Laststatval to -1. Than when the function tries to open the not
readable file we get a warning and the function exits. So the PL_Laststatval
variable coundn't be set again.
I had run "make test" and all seems to be ok.
Regards
Nikolai Eipel
Thread Next
-
Patch for Perlbug #4253
by Nikolai Eipel