Start anew
[msysgit.git] / lib / perl5 / 5.6.1 / msys / auto / POSIX / chdir.al
blob3e94ef1f4aaeb9881737f336bd977b4e860c2f9e
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 619 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/chdir.al)"
7 sub chdir {
8     usage "chdir(directory)" if @_ != 1;
9     CORE::chdir($_[0]);
12 # end of POSIX::chdir