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