Searched refs:check_lib_or_exit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/
H A DMakefile.PL13 check_lib_or_exit(
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/inc/Devel/
H A DCheckLib.pm15 @EXPORT = qw(assert_lib check_lib_or_exit);
37 check_lib_or_exit( lib => 'jpeg' );
38 check_lib_or_exit( lib => [ 'iconv', 'jpeg' ] );
41 check_lib_or_exit( lib => 'jpeg', libpath => $additional_path );
81 C<check_lib_or_exit> instead.
83 =head2 check_lib_or_exit
98 sub check_lib_or_exit { subroutine

Completed in 68 milliseconds