Searched refs:implementor (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Durn.pm9 use vars qw(%implementor);
16 my $impclass = $implementor{$nid};
38 $implementor{$nid} = $impclass;
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Dold-base.t86 # Since no implementor is registered for 'x-myscheme' then it will
97 @ISA = URI::URL::implementor();
110 URI::URL::implementor('x-a+b.c', 'MyURL');
111 URI::URL::implementor('x-foo', 'MyURL');
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm9 my %implements; # mapping from scheme to implementor class
54 $impclass ||= implementor($scheme) ||
84 sub implementor subroutine
95 # Set the implementor class for a given scheme
132 # Remember that one implementor class may actually

Completed in 108 milliseconds