sub AUTOLOAD { use autouse qw(Carp croak); our $AUTOLOAD; croak "sub $AUTOLOAD not found"; }