Skip Menu |

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

Report information
The Basics
Id: 29008
Status: resolved
Priority: 0/
Queue: File-Copy-Recursive

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

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



Subject: samecheck always fails on Windows
0.34 changed the successful return value for samecheck to 1, but the shortcut for MSWin32 on the first line still returns undef. As a result files are never copied! Please change the return value to 1 for MSWin32.
From: DMUEY [...] cpan.org
On Mon Aug 27 06:54:30 2007, DAGOLDEN wrote: Show quoted text
> 0.34 changed the successful return value for samecheck to 1, but the > shortcut for MSWin32 on the first line still returns undef. As a result > files are never copied! > > Please change the return value to 1 for MSWin32.
Doh! You are right, will do tonight when I return from a funeral. Thanks!
Decided to make time now since its a quickie... Just uploaded 0.35 to CPAN, let me know how that works for you :) Thanks again
On Mon Aug 27 17:22:16 2007, DMUEY wrote: Show quoted text
> Decided to make time now since its a quickie... > > Just uploaded 0.35 to CPAN, let me know how that works for you :) > > Thanks again
It "works". By "works" I mean that it doesn't break any more. For it to truly work, you'd need to figure out how to code that subroutine to work under MSWin32. :) Thank you! Now I can continue my module installations.
On Mon Aug 27 18:58:10 2007, MMUSGROVE wrote: Show quoted text
> On Mon Aug 27 17:22:16 2007, DMUEY wrote:
> > Decided to make time now since its a quickie... > > > > Just uploaded 0.35 to CPAN, let me know how that works for you :) > > > > Thanks again
> > It "works". By "works" I mean that it doesn't break any more. For it to > truly work, you'd need to figure out how to code that subroutine to work > under MSWin32. :)
Patches welcome :) Glory given! Show quoted text
> Thank you! Now I can continue my module installations.
no problem, thanks for the info :)