Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/cpan/File-Path/lib/File/
H A DPath.pm44 sub _carp { subroutine
65 _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")
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DMore.pm15 sub _carp { subroutine
431 _carp
1135 _carp sprintf $msg, scalar @_;
1393 _carp "skip() needs to know \$how_many tests are in the block"
1399 _carp
1485 _carp "todo_skip() needs to know \$how_many tests are in the block"
/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm186 sub _carp { require Carp; Carp::carp(@_) } subroutine