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

# end of POSIX::redef
1;