Upgrade to Perl 5.8.8
[msysgit/kusma.git] / lib / perl5 / 5.8.8 / msys / auto / POSIX / remove.al
blob021bd6d18abf556fd47855d8c303e703fb07f33c
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 350 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/remove.al)"
7 sub remove {
8     usage "remove(filename)" if @_ != 1;
9     CORE::unlink($_[0]);
12 # end of POSIX::remove