Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm27 sub export_fail { subroutine
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm68 sub export_fail { subroutine
357 generating an error. The Exporter will call an export_fail method
360 @failed_symbols = $module_name->export_fail(@failed_symbols);
362 If the C<export_fail> method returns an empty list then no error is
365 export fails. The Exporter provides a default C<export_fail> method which
368 Uses for the C<export_fail> method include giving better error messages
/openbsd-src/gnu/usr.bin/perl/dist/Exporter/lib/Exporter/
H A DHeavy.pm181 @failed = $pkg->export_fail(@failed);
/openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm253 sub export_fail { shift; $Verbose = shift if $_[0] eq 'verbose'; @_ } subroutine