Skip Menu |

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

Report information
The Basics
Id: 6096
Status: stalled
Priority: 0/
Queue: File-NCopy

People
Owner: Nobody in particular
Requestors: josh [...] synpliciyt.com
Cc:
AdminCc:

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



Subject: Problem with windows path fix
module: File-Ncopy-0.34 Perl: Active State Perl 5.8.3 build 809 OS: Windows 2000 Hey Matt, I checked out your File-NCopy-0.34. You made the same code change I did to solve the problem with file dates not being preserved on nt. But the change you made for the file paths on windows will break some users scripts. For instance mine :) I use unix path separators, "/", so I can run my scripts on unix and windows and access the same file paths. Perl is fine with that. This works fine on both platforms. open (FILE, "<dir1/dir2/file.txt"); Not sure how to solve this so it works for everybody. Any ideas? Josh