Sha256: bd675a924e54db78b4d80cd0c3e7cc49f9718a4e14e68ded01694e9a61a9c90f
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 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 720 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/link.al)" sub link { usage "link(oldfilename, newfilename)" if @_ != 2; CORE::link($_[0], $_[1]); } # end of POSIX::link 1;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
STLExtract-1.0.1 | Slic3r/Linux/lib/std/auto/POSIX/link.al |
STLExtract-1.0.0 | Slic3r/Linux/lib/std/auto/POSIX/link.al |