Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the File-chdir CPAN distribution.

Report information
The Basics
Id: 72114
Status: resolved
Priority: 0/
Queue: File-chdir

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: Minor issue with sub _abs_path
A very minor issue is that if the cwd has a newline character in it, its value isn't reported correctly by $File::chdir::CWD. sub _abs_path needs the line my($cwd) = Cwd::abs_path =~ /(.*)/; changing to my($cwd) = Cwd::abs_path =~ /(.*)/s; David
Directories and files with newlines are kinda evil, but that's not our problem. Thanks for the patch. I've fixed that up, added a test. https://github.com/dagolden/file-chdir/pull/2 Heeeey David, could I get a commit bit?
On Wed Nov 02 17:11:15 2011, MSCHWERN wrote: Show quoted text
> Heeeey David, could I get a commit bit?
...please?
Released to CPAN as 0.1006.