Searched refs:export_fail (Results 1 – 4 of 4) sorted by relevance
27 sub export_fail { subroutine
68 sub export_fail { subroutine 357 generating an error. The Exporter will call an export_fail method360 @failed_symbols = $module_name->export_fail(@failed_symbols);362 If the C<export_fail> method returns an empty list then no error is365 export fails. The Exporter provides a default C<export_fail> method which368 Uses for the C<export_fail> method include giving better error messages
181 @failed = $pkg->export_fail(@failed);
253 sub export_fail { shift; $Verbose = shift if $_[0] eq 'verbose'; @_ } subroutine