Searched refs:errorsub (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm853 my $errorsub = (@seq_stack > 1) ? $self->errorsub() : undef;
862 (ref $errorsub) and &{$errorsub}($errmsg)
863 or (defined $errorsub) and $self->$errorsub($errmsg)
1089 my $errorsub = $self->errorsub();
1093 (ref $errorsub) and &{$errorsub}(
1267 sub errorsub { subroutine
[all...]
H A DChecker.pm564 $self->errorsub($self->{-quiet} ? sub { 1; } : 'poderror');

Completed in 25 milliseconds