Searched refs:DynaLoader (Results 76 - 80 of 80) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL1127 print PM <<"END" if $use_Dyna; # use DynaLoader, unless XS was disabled
1128 require DynaLoader;
1153 push @modISA, 'DynaLoader' if $use_Dyna; # no XS
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.pm177 use if defined &DynaLoader::boot_DynaLoader, Storable => qw(dclone);
987 use if defined &DynaLoader::boot_DynaLoader, "Unicode::Normalize" => qw(getCombinClass NFD);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm127 return defined &DynaLoader::boot_DynaLoader ? 1 : 0;
/openbsd-current/gnu/usr.bin/perl/
H A DConfigure8360 dldir="ext/DynaLoader"
8695 libperl${_a}, any static extensions (usually just DynaLoader), and
24115 : Function to recursively find available extensions, ignoring DynaLoader
24123 DynaLoader|dynaload) ;;
24372 Note that DynaLoader is always built and need not be mentioned here.
24449 Note that DynaLoader is always built and need not be mentioned here.
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm15 use base qw( Exporter DynaLoader Tie::Handle IO::File );
249 # Since we ISA DynaLoader which ISA AutoLoader, we ISA AutoLoader so we

Completed in 157 milliseconds

1234