Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / time.al
blob18f12a31a2f04cc09b8fc09e3fb6207a2c46fc6e
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 609 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/time.al)"
7 sub time {
8     usage "time()" if @_ != 0;
9     CORE::time;
12 # end of POSIX::time