Start anew
[git/jnareb-git.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / sleep.al
blob2ee54c687bfba574bd5854964d8d373657786986
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 751 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/sleep.al)"
7 sub sleep {
8     usage "sleep(seconds)" if @_ != 1;
9     CORE::sleep($_[0]);
12 # end of POSIX::sleep