From: Steven Schubiger Date: Thu, 7 Apr 2005 22:38:25 +0000 (+0200) Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9b2b9d4d960a51598189ee80c55769909ce4114;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org> (with arguments changed to match perlfunc.pod) p4raw-id: //depot/perl@24209 --- diff --git a/pod/perlport.pod b/pod/perlport.pod index ffd7c86..99465e2 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1836,6 +1836,10 @@ Very limited functionality. (MiNT) Not implemented. (Win32, VMS, S) +=item rename OLDNAME,NEWNAME + +Can't move directories between directories on different logical volumes. (Win32) + =item select RBITS,WBITS,EBITS,TIMEOUT Only implemented on sockets. (Win32, VMS)