Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / abs.al
blob68e4cea1ea17b37252f743114f9a125627687553
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 397 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/abs.al)"
7 sub abs {
8     usage "abs(x)" if @_ != 1;
9     CORE::abs($_[0]);
12 # end of POSIX::abs