Sha256: 7294a7c8eee4a2ac06e8d6506fb1bdb1f1cfad6f1acc8c346372c3cf31549764

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

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

# end of POSIX::system
1;

Version data entries

2 entries across 2 versions & 1 rubygems

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