summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/redef.al
blob: d667327d6b41335f5ecdbbed3b0933b764d03a6d (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 69 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\redef.al)"
sub redef {
    my ($mess) = @_;
    croak "Use method $mess instead";
}

# end of POSIX::redef
1;