blob: bc094cfbd19bb3ad667a8e7511bf4fe60136cccb (
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 74 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\usage.al)"
sub usage {
my ($mess) = @_;
croak "Usage: POSIX::$mess";
}
# end of POSIX::usage
1;
|