Home
last modified time | relevance | path

Searched refs:autoload_remote (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Module-Load/lib/Module/
DLoad.pm36 ((exists $h->{autoload_remote} and shift,1) or exists $h->{all})
37 and *{"${who}::autoload_remote"} = \&autoload_remote;
59 sub autoload_remote($$;@){ subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
DConditional.pm462 eval { autoload_remote $who, $mod };