Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DModule.pm39 sub _is_representative_module { subroutine
41 return $self->{_is_representative_module} if defined $self->{_is_representative_module};
42 my $pm = $self->cpan_file or return $self->{_is_representative_module} = 0;
48 $self->{_is_representative_module} = $pm eq $self->{ID} ? 1 : 0;
50 $self->{_is_representative_module};
DShell.pm913 [$_->_is_representative_module,