Searched refs:ERROR_BADNAME (Results 1 – 1 of 1) sorted by relevance
41 use constant ERROR_BADNAME => "Bad subroutine name for %s: %s"; constant1254 croak(sprintf(ERROR_BADNAME, $class, $name)) unless $name =~ /^\w+$/;