Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / labs.al
blob3eead534ab3d355ed345803ae6ca967110aa266d
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 444 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/labs.al)"
7 sub labs {
8     unimpl "labs() is C-specific, use abs instead";
11 # end of POSIX::labs