Upgrade to Perl 5.8.8
[msysgit/kusma.git] / lib / perl5 / 5.8.8 / msys / auto / POSIX / system.al
blob43e30d53f4cbc7bd8c558ab36a80f45027bfb689
1 # NOTE: Derived from ../../lib/POSIX.pm.
2 # Changes made here will be lost when autosplit is run again.
3 # See AutoSplit.pm.
4 package POSIX;
6 #line 473 "../../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