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