Searched refs:_carp (Results 1 – 3 of 3) sorted by relevance
44 sub _carp { subroutine65 _carp( defined($object) ? "$message for $object: $!" : "$message: $!" );130 _carp("Unrecognized option(s) passed to mkpath() or make_path(): @bad_args")132 … _carp("Option(s) implausible on Win32 passed to mkpath() or make_path(): @win32_implausible_args")285 _carp("No root path(s) specified\n");307 _carp("Unrecognized option(s) passed to remove_tree(): @bad_args")
15 sub _carp { subroutine431 _carp1135 _carp sprintf $msg, scalar @_;1393 _carp "skip() needs to know \$how_many tests are in the block"1399 _carp1485 _carp "todo_skip() needs to know \$how_many tests are in the block"
186 sub _carp { require Carp; Carp::carp(@_) } subroutine