summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/usage.al
blob: 83c0cdf9e8af37dd36902828582bda3e83f6c404 (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 80 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\usage.al)"
sub usage {
    my ($mess) = @_;
    croak "Usage: POSIX::$mess";
}

# end of POSIX::usage
1;