blob: e81f8619b5efef2ed75a3436f237a5b0b256ec9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 61 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\usage.al)"
sub usage {
my ($mess) = @_;
croak "Usage: POSIX::$mess";
}
# end of POSIX::usage
1;
|