1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
6 #line 354 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/rename.al)"
8 usage "rename(oldfilename, newfilename)" if @_ != 2;
9 CORE::rename($_[0], $_[1]);
12 # end of POSIX::rename