Retract #10031.
Jarkko Hietaniemi [Tue, 8 May 2001 22:09:35 +0000 (22:09 +0000)]
p4raw-id: //depot/perl@10042

pod/perlfunc.pod

index d542754..1feb80a 100644 (file)
@@ -5421,11 +5421,6 @@ the B<-U> flag is supplied to Perl.  Even if these conditions are
 met, be warned that unlinking a directory can inflict damage on your
 filesystem.  Use C<rmdir> instead.
 
-Note: on filesystems that support multiple versions of a file,
-such as VMS, each version counts as a separate file: on such a
-platform, C<unlink "filename"> will generally delete only the last
-version of the file.  See L<perlvms/unlink LIST> for more information.
-
 If LIST is omitted, uses C<$_>.
 
 =item unpack TEMPLATE,EXPR