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