Lines Matching refs:depth
683 =item feature_enabled($feature, $depth)
693 stack, returning a true value if it is. C<$depth> defaults to 1,
701 =item features_enabled($depth)
710 stack. C<$depth> defaults to 1, which checks the scope that called
715 =item feature_bundle($depth)
718 call stack. C<$depth> defaults to 1, which checks the scope that called
829 my ($depth) = @_;
831 $depth //= 1;
832 my @frame = caller($depth+1)
852 my ($feature, $depth) = @_;
854 $depth //= 1;
855 my @frame = caller($depth+1)
875 my $depth = shift;
877 $depth //= 1;
878 my @frame = caller($depth+1)