Sha256: 35785c1018047cdb644a4dcac3105fbc02ccce4aace1356802691d81ace86a63
Contents?: true
Size: 317 Bytes
Versions: 2
Compression:
Stored size: 317 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 338 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/perror.al)" sub perror { print STDERR "@_: " if @_; print STDERR $!,"\n"; } # end of POSIX::perror 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/perror.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/perror.al |