Home
last modified time | relevance | path

Searched refs:ERROR_BADNAME (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm41 use constant ERROR_BADNAME => "Bad subroutine name for %s: %s"; constant
1254 croak(sprintf(ERROR_BADNAME, $class, $name)) unless $name =~ /^\w+$/;