Sha256: 882241bc1c532c7c1bdd2d3ce6d1578fa99df3bf8cdc315606c4ae96c4331d67

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 Bytes

Contents

# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;

#line 748 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/utime.al)"
sub utime {
    usage "utime(filename, atime, mtime)" if @_ != 3;
    CORE::utime($_[1], $_[2], $_[0]);
}

# end of POSIX::utime
1;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
STLExtract-1.0.1 Slic3r/Linux/lib/std/auto/POSIX/utime.al
STLExtract-1.0.0 Slic3r/Linux/lib/std/auto/POSIX/utime.al