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

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm2747 #-> sub CPAN::Distribution::is_locally_optional
2748 sub is_locally_optional { subroutine
2813 join("", map {sprintf " %s \[%s%s]\n", $_->[0], $map{$_->[1]}, $self->is_locally_optional(undef,$_->[0]) ? ",optional" : ""} @good_prereq_tuples),
2836 $self->is_locally_optional(undef,$prereq)
3181 if ($self->is_locally_optional($prereq_pm, $need_module)) {
3238 || $self->is_locally_optional($prereq_pm, $need_module);
3938 unless $self->is_locally_optional(undef, $m);

Completed in 81 milliseconds