Skip Menu |

This queue is for tickets about the Cwd CPAN distribution.

Report information
The Basics
Id: 83418
Status: new
Priority: 0/
Queue: Cwd

People
Owner: Nobody in particular
Requestors: spam-bitcard [...] yary.ack.org
Cc:
AdminCc:

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



Subject: Over-eagerly setting $ENV{PWD}
Only "chdir" is meant to write to $ENV{PWD}, but getcwd is also setting $ENV{PWD}. This undocumented behavior is causing some unwanted side-effects- I first submitted a bug report to Devel::Cover because of it, not knowing that it was its use of getcwd that was clobbering $ENV{PWD}. Thanks for your help