Sha256: 6a3f91cd301c9ab40a491961d25499c707ef1bd45e48053bf14026aad17015b2

Contents?: true

Size: 322 Bytes

Versions: 2

Compression:

Stored size: 322 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 630 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/chdir.al)"
sub chdir {
    usage "chdir(directory)" if @_ != 1;
    CORE::chdir($_[0]);
}

# end of POSIX::chdir
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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