blob: 2417f69f6cd975179c9c2a1d774ff892e9097aa4 [file] [log] [blame]
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 394 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/tmpfile.al)"
sub tmpfile {
redef "IO::File::new_tmpfile()";
}
# end of POSIX::tmpfile
1;