Start anew
[git/jnareb-git.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / perror.al
blob06d8286959a3ad1ff52111b07478ce77bef85885
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 327 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/perror.al)"
7 sub perror {
8     print STDERR "@_: " if @_;
9     print STDERR $!,"\n";
12 # end of POSIX::perror