Home
last modified time | relevance | path

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

/dports/devel/p5-Config-Options/Config-Options-0.08/lib/Config/
H A DOptions.pm154 $new = $self->_copyref($value);
170 sub _copyref { subroutine
186 $out->{$k} = $self->_copyref($v, $seen, $depth);
198 push @{$out}, $self->_copyref($v, $seen, $depth);
248 $to->{$k} = $self->_copyref($v, $seen, $depth);
259 push @{$to}, $self->_copyref($v, $seen, $depth);
268 $to = $self->_copyref($from, $seen, $depth);
/dports/devel/p5-Config-Options/Config-Options-0.08/lib/Config/Options/
H A DThreaded.pm202 $new = $self->_copyref($value);